blessmeluck Posted December 5, 2013 Share Posted December 5, 2013 I want to remove the blank space, which i believe called spacer like the one in the attachment. My goal is to remove or reduce the space so the upper section will look like one with below section. Any help will be greatly appreciated. Link to comment Share on other sites More sharing options...
vekia Posted December 5, 2013 Share Posted December 5, 2013 remove margin-bottom from: .sf-menu { float: left; margin-bottom: 1em; } and create this style: .sf-right { display:none; } should help, if it will not work - please share url to your website. Link to comment Share on other sites More sharing options...
blessmeluck Posted December 5, 2013 Author Share Posted December 5, 2013 (edited) it is working, and it is reduce the distance, but however, i will like to reduce it a little bit more.. (the devil is in the detail, ) Would you please see my website : www.f22aero.com Edited December 5, 2013 by blessmeluck (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted December 5, 2013 Share Posted December 5, 2013 .sf-menu { margin: 10px 0; padding: 0; width: 980px; background: #000066; } remove margin param or set it to 0px; it's a part of http://www.f22aero.com/presta/modules/blocktopmenu/css/superfish-modified.css file, line 15 Link to comment Share on other sites More sharing options...
blessmeluck Posted December 5, 2013 Author Share Posted December 5, 2013 Vekia, you really are Prestashop Legend.. Is there anything you can't fix? 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