Brad (SaneChoice Limited) Posted September 25, 2018 Share Posted September 25, 2018 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. Does anyone else experience this issue? 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 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted September 25, 2018 Share Posted September 25, 2018 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. 1 Quote Link to comment Share on other sites More sharing options...
Brad (SaneChoice Limited) Posted September 25, 2018 Author Share Posted September 25, 2018 Thanks @brian! - that worked an absolute treat. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.