vindesigns Posted September 8, 2011 Share Posted September 8, 2011 Hi all, I wonder if you guys can help me. The file attached below contains one page (index.html) which when the browser is made smaller horizontally it pushes the content area (text and jQuery tabbed component) underneath the side navigation bar. Does anyone have any ideas on how to solve this issue? Thanks [attachment deleted by admin] Link to comment https://forums.phpfreaks.com/topic/246690-content-getting-pushed-underneath-sidebar/ Share on other sites More sharing options...
Frank P Posted September 8, 2011 Share Posted September 8, 2011 You gave the container a max-width of 1000px and a min-width of 700px. Just change the two into a (fixed) width of 980px. That way you're sure that also with a not fully maximized window there still will not appear a horizontal scrollbars on a 1024 screen. Link to comment https://forums.phpfreaks.com/topic/246690-content-getting-pushed-underneath-sidebar/#findComment-1267013 Share on other sites More sharing options...
vindesigns Posted September 8, 2011 Author Share Posted September 8, 2011 Hi Frank, Thank you very much, that works great! Link to comment https://forums.phpfreaks.com/topic/246690-content-getting-pushed-underneath-sidebar/#findComment-1267037 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.