Iriathen Posted December 31, 2013 Share Posted December 31, 2013 Hi to all. I am new in Prestashop and i just finished installation. My problem is with the main menu bar . I chose my logo (150px width) and it covers the top main bar. I know i can make my logo smaler but i wonder if there is a way i can move the main menu bar lower? Thanks in Advance and happy holidays to all. Link to comment Share on other sites More sharing options...
vekia Posted December 31, 2013 Share Posted December 31, 2013 Hi to all. I am new in Prestashop and i just finished installation. My problem is with the main menu bar . I chose my logo (150px width) and it covers the top main bar. I know i can make my logo smaler but i wonder if there is a way i can move the main menu bar lower? Thanks in Advance and happy holidays to all. can you share url to your website? it will be much easier for help then thanks in advance Link to comment Share on other sites More sharing options...
Iriathen Posted December 31, 2013 Author Share Posted December 31, 2013 can you share url to your website? it will be much easier for help then thanks in advance Yes sure. and thanks in advance www.stampa-stampa.gr Link to comment Share on other sites More sharing options...
vekia Posted December 31, 2013 Share Posted December 31, 2013 in this case it's necessary to move logo to the top, and move menu a bit down. in global.css line 547 decrease top: 30px; param to 10px; #header_logo { position: absolute; left: 0; top: 10px; z-index: 1; } then open http://www.stampa-stampa.gr/modules/blocktopmenu/css/superfish-modified.css file and in line 2 add margin-top:110px; like on example below: .sf-contener { clear: both; margin-top: 110px; } effect: Link to comment Share on other sites More sharing options...
Iriathen Posted December 31, 2013 Author Share Posted December 31, 2013 in this case it's necessary to move logo to the top, and move menu a bit down. in global.css line 547 decrease top: 30px; param to 10px; #header_logo { position: absolute; left: 0; top: 10px; z-index: 1; } then open http://www.stampa-stampa.gr/modules/blocktopmenu/css/superfish-modified.css file and in line 2 add margin-top:110px; like on example below: .sf-contener { clear: both; margin-top: 110px; } effect: Thanks a lot . you re the best! Link to comment Share on other sites More sharing options...
vekia Posted December 31, 2013 Share Posted December 31, 2013 you're welcome thank you for your kind words i marked whole topic as [solved] with regards, Milos 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