Jump to content

How To To Reduce The Height Of The Header?


Recommended Posts

Hi,

 

Can you share any screen shots of how your header should be???

 

And which theme of Prestashop are you using??

Hi, it will be something like this:

Before:

post-794866-0-99761600-1453119947_thumb.png

 

And After:

post-794866-0-01935000-1453119991_thumb.png

 

Any ideas on how to reduce the size of the header on the default theme?

Thanks

Edited by De La Riviere (see edit history)
Link to comment
Share on other sites

 

Change these styles

#block_top_menu {

    padding-top: 0;

}

 

#header .shopping_cart {

    padding-top: 10px;

}

 

Place #block_top_menu in blocktopmenu.css and #header .shopping_cart in blockcart.css you will find both of these files in themes->default-bootstrap->css->modules

 

IT WORKS!!

Edited by De La Riviere (see edit history)
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...