HH Services Limited Posted January 16, 2016 Share Posted January 16, 2016 Hello, If we want to reduce the height of the header so that the top block menu, cart block and logo can be more compressed, where should we do the changes and what changes should be done to get this done? Thank you Link to comment Share on other sites More sharing options...
Naman_Bhatla Posted January 18, 2016 Share Posted January 18, 2016 Hi, Can you share any screen shots of how your header should be??? And which theme of Prestashop are you using?? Link to comment Share on other sites More sharing options...
HH Services Limited Posted January 18, 2016 Author Share Posted January 18, 2016 (edited) 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: And After: Any ideas on how to reduce the size of the header on the default theme? Thanks Edited January 18, 2016 by De La Riviere (see edit history) Link to comment Share on other sites More sharing options...
tuk66 Posted January 20, 2016 Share Posted January 20, 2016 Change these styles #block_top_menu { padding-top: 0; } #header .shopping_cart { padding-top: 10px; } Link to comment Share on other sites More sharing options...
HH Services Limited Posted January 20, 2016 Author Share Posted January 20, 2016 Change these styles #block_top_menu { padding-top: 0; } #header .shopping_cart { padding-top: 10px; } Thanks for your reply. In which file should I make these changes? Link to comment Share on other sites More sharing options...
Naman_Bhatla Posted January 21, 2016 Share Posted January 21, 2016 (edited) Hi, 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 We hope it works Edited January 21, 2016 by Naman_Bhatla (see edit history) Link to comment Share on other sites More sharing options...
HH Services Limited Posted January 21, 2016 Author Share Posted January 21, 2016 (edited) 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 January 21, 2016 by De La Riviere (see edit history) 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