Jump to content

Misaligned Sidebar


Recommended Posts

Dear Community,

I have noticed that one some pages (SIX theme) that a sidebar can be misaligned,  I think this happens when the main panel is very short and thus the sidebar moves to the right.

Please see attached screenshot to show you the issue - it happy on various pages. 

  1. Does anyone else experience this issue?
  2. Does anyone babe a workaround to address?  (i.e. not one where you ad <P> to the bottom of the pages to force it to be longer)

Thanks
Brad

misaligned sidebar.png

Link to comment
Share on other sites

it's a known bug that's been there since v6...  one solution that springs to mind is sentq's hook in the thread below...

<?php

# Fix Six Template's Content Area
add_hook("ClientAreaHeadOutput", 1, function($vars){
	return '<style type="text/css">.main-content {min-height: 600px;}</style>';
});

the other would be ThemeMetro's footer template change below...

at least one of those solutions should resolve your issue. thanks.png

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated