techwthquestion Posted October 9, 2019 Share Posted October 9, 2019 My services page (clientarea.php?action=services) looks like this. Can you tell me where exactly I need make changes in order get sidebar at correct place? 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted October 10, 2019 Share Posted October 10, 2019 13 hours ago, techwthquestion said: My services page (clientarea.php?action=services) looks like this. Can you tell me where exactly I need make changes in order get sidebar at correct place? sadly, that's a bug that's been around for many years.... either create a .php file in /includes/hooks, give it a filename e.g sidebarfix.php and copy & paste the code from the above thread into it, save and then refresh the page in the browser. ... or in your active template, there should be a css folder within it with a custom.css file - just copy & paste the code below into it. .main-content { min-height: 600px; } either solution should solve it, but if not, try thememetro's code instead. 1 Quote Link to comment Share on other sites More sharing options...
techwthquestion Posted October 11, 2019 Author Share Posted October 11, 2019 Perfect Fix! Thank you! 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.