How to Make Nav bar full width
-
My site is Rawfoodmagazine.com and i am tryig to get the nav bar to become full width
I am not totally knowledgable here so any help would be great.
It Seems that when I try to move nav bar out of the wrapper container, it takes the feature content and post information with it. so not sure how to only get the navbar out of the container so it will be full width.
This is the code that I try to move out of the wrapper. not sure how to get the code to only take the navbar menu.
<div id=”menu”<?php if (is_front_page() && $paged < 2 && option::get(‘featured_posts_show’) == ‘on’ ) { echo ‘ class=”home_menu”‘; } ?>>
- The topic ‘How to Make Nav bar full width’ is closed to new replies.