Joey Bailey Posted June 27, 2016 Share Posted June 27, 2016 Hello, I am creating a website for my new company, I am using the normal bootstrap template, because its bold and I like it, but I want to make the menu 100% width and the header smaller in height ? Any one know how to do this ? https://paturevision.fr/ Thanks in advance Link to comment Share on other sites More sharing options...
Rolige Posted June 27, 2016 Share Posted June 27, 2016 To achieve the justified effect in the top menu, you need add this properties below in the rule .sf-menu > li {} into the desktop section: float: none; text-align: center; display: table-cell; width: 1%; The header is managed from the #header {} rule in the global.css, just add the height you need, but normally this height is automatically, what means if you do it smaller, you will have a bad view. The correct way is by reducing the spacer between the blocks inside the header and height also. Link to comment Share on other sites More sharing options...
Joey Bailey Posted June 27, 2016 Author Share Posted June 27, 2016 I have succesfully modified what I wanted with the global.css and blocktopmenu.css files and cart.css, so thank you for your help you're right you have to modify through blocks 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