Jump to content

Bootstrap menu 100%width and header smaller in height


Joey Bailey

Recommended Posts

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

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...