Jump to content

How to do Full Width Top Menu?


asymptech

Recommended Posts

in this case it will be necessary to display menu outside the <div> with class="row" in:

<div class="container">
<div class="row">
CURRENTLY MENU IS HERE
</div>
</div>

as i said it should be outside this <div> with class="row", something like:
 

<div class="container">
<div class="row">
</div>
MOVE MENU HERE
</div>

effect:
P21jl5o.png

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