elumpkin81 Posted June 9, 2013 Share Posted June 9, 2013 Hi All, I just updated to the latest version and now have an issue with the Top Horizontal menu on my site. It's now shifted to the right off the screen, I've check all my settings and even used a smaller Logo thinking that might be the problem. Nothing I've tried seems to correct it. Hoping someone knows a fix or solution to my issue, here's a link to the site so you can see what it's doing: http://www.ocspray.org Thanks in advance for any help! Eddie Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2013 Share Posted June 9, 2013 solution for your issue is here: http://www.prestashop.com/forums/topic/242732-1541-default-theme-menu-moved-to-right-how-to-fix/ Link to comment Share on other sites More sharing options...
elumpkin81 Posted June 9, 2013 Author Share Posted June 9, 2013 Thanks for the reply. I changed that and it fixed the menu bar, but now the logo is above the search bar instead of in the middle of the header? Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2013 Share Posted June 9, 2013 to #header add height: 180px; to #header_logo add position: absolute; to #header_right add top: 30px; effect: Link to comment Share on other sites More sharing options...
elumpkin81 Posted June 9, 2013 Author Share Posted June 9, 2013 Yes! That's exactly how I am trying to get it to look... Are you editing the global.css file? I've attempted to enter those changes but can't get the same effect as you. Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2013 Share Posted June 9, 2013 yes, only global.css file i dont see any changes in your website (in global.css) Link to comment Share on other sites More sharing options...
elumpkin81 Posted June 9, 2013 Author Share Posted June 9, 2013 Sorry, I uploaded the original. I made the changes again if you can look again. I really appreciate your help and hopefully I'm not driving you nuts. Link to comment Share on other sites More sharing options...
vekia Posted June 9, 2013 Share Posted June 9, 2013 sure, if it is possible - please reupload modification, i will check it and then give you solution Link to comment Share on other sites More sharing options...
elumpkin81 Posted June 9, 2013 Author Share Posted June 9, 2013 I've uploaded it with the changes you recommended. Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 hmm still the same no height for #header no position:absolute for #header_logo no top:30px; for #header_right Link to comment Share on other sites More sharing options...
elumpkin81 Posted June 10, 2013 Author Share Posted June 10, 2013 Here's what I have entered at //ocspray.org/themes/default/css/global.css /* ************************************************************************************************ HEADER ************************************************************************************************ */ #header { position:relative; height: 180px; } #header_logo { position: absolute; top: 30px; z-index: 1; } #header_right { position:relative; float: right top: 30px; } I'm guessing this is correct? Or maybe I'm not following your direction, which I'm sure is the case. Thanks again for your continued help!!! Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 you forgot about ; after float: right #header_right { position:relative; float: right top: 30px; } use this: #header_right { position:relative; float: right; top: 30px; } Link to comment Share on other sites More sharing options...
elumpkin81 Posted June 10, 2013 Author Share Posted June 10, 2013 Added that... still no change I should have not upgraded to the new version Link to comment Share on other sites More sharing options...
vekia Posted June 10, 2013 Share Posted June 10, 2013 i checked your website code again, still the same: #header_right { position: relative; float: right top: 30px; } there is no semicolon ; after float:right Link to comment Share on other sites More sharing options...
MeowsTheTime Posted March 13, 2015 Share Posted March 13, 2015 to #header add height: 180px; to #header_logo add position: absolute; to #header_right add top: 30px; effect: I am using PrestaShop 1.6.0.11....can I make mine page look that this? I want to "fix" my top horizontal menu and decrease the font. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now