Jump to content

Change the width of the Header Navigation


Recommended Posts

The simplest way: open header.tpl in theme catalog.

 

Find:

<div class="nav">
	<div class="container">
		<div class="row">
			<nav>{hook h="displayNav"}</nav>
		</div>
	</div>
</div>

Replace:

<div class="nav">
	<nav>{hook h="displayNav"}</nav>
</div>
Link to comment
Share on other sites

Ok my mistake. Please restore original header.tpl.

 

In css/global.css find and remove:

header .nav {
    background: #333; 
}

Than find: header .nav nav and modify for example:

header .nav nav {
    background: #333;
    overflow: hidden;
    padding: 0 15px;
    width: 100%;
}
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...