cyberman Posted March 21, 2013 Share Posted March 21, 2013 hi, i am new in prestashop 1.5 , i want to remove space or gap between top horizontal menu and slider module in home page . screen shot attached for better understand . plz help ....... Link to comment Share on other sites More sharing options...
tdr170 Posted March 21, 2013 Share Posted March 21, 2013 Well I do not see a screen shot your better off giving a link to the site, we can then look with a dev tool and tell you exactly what to change. Link to comment Share on other sites More sharing options...
cyberman Posted March 21, 2013 Author Share Posted March 21, 2013 www.easternmoda.com Link to comment Share on other sites More sharing options...
tdr170 Posted March 21, 2013 Share Posted March 21, 2013 (edited) Edit superfish-modified.css file and change the following, the file can be found here ..modules/blocktopmenu/css/superfish-modified.css Change This: /*** DEMO SKIN ***/ .sf-menu { float: left; margin-bottom: 1em; } To This: /*** DEMO SKIN ***/ .sf-menu { float: left; margin-bottom: -14px; } Edited March 21, 2013 by tdr170 (see edit history) 3 Link to comment Share on other sites More sharing options...
vekia Posted March 21, 2013 Share Posted March 21, 2013 hi @cyberman does tdr170 solution works for you? if so, please inform us about that Link to comment Share on other sites More sharing options...
cyberman Posted March 21, 2013 Author Share Posted March 21, 2013 Thank you tdr170 its working . thankyou so much Link to comment Share on other sites More sharing options...
vali2013 Posted December 10, 2014 Share Posted December 10, 2014 I want to remove the gap between top horizontal menu and slider in home page for Prestashop 1.6. I used "tdr170" post with some other editing but now the top menu is half one color and the other half another. The code is like this: ORIGINAL CODE: .sf-menu { position: relative; padding: 0; width: 100%; border-bottom: 3px solid #F1B50E; background: #f6f6f6; } @media (max-width: 767px) { .sf-menu { display: none; } } .sf-menu > li { float: left; border-right: 1px solid #f6f6f6; margin-bottom: -3px; } EDIT CODE: .sf-menu { position: relative; padding: 0; width: 100%; border-bottom: -27px solid #F1B50E; background: #f6f6f6; } @media (max-width: 767px) { .sf-menu { display: none; } } .sf-menu > li { float: left; border-right: 1px solid #f6f6f6; margin-bottom: -27px; } --------------------------------------------------------------- How can I put only one color for the top menu like the way it was the first time? Link to comment Share on other sites More sharing options...
brijrat Posted December 3, 2015 Share Posted December 3, 2015 Dear All, I want to remove space as mark. Please check img www.nisadya.com/prestashop.png. Link to comment Share on other sites More sharing options...
Recommended Posts