asymptech Posted June 25, 2015 Share Posted June 25, 2015 I want to have full width top menu. How do I do this? My website: www.brewking.asymptech.com Please help! Link to comment Share on other sites More sharing options...
vekia Posted June 25, 2015 Share Posted June 25, 2015 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: 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