Jump to content

How to reduce the gap between top horizontal menu and slider in prestashop 1.6.1.4


Ayojewel

Recommended Posts

#columns {
    padding-top:0px;
}

#header {
    padding-bottom:0px;
    margin-bottom:0px;
}

use these css styles in your shop global.css file (at the bottom of the file)

 

+ disable appearance of step by step module in top section of your shop or use styles:

 

#sbs_top {
display:none;
}
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...