Title: Menu adjustment
Last modified: August 21, 2016

---

# Menu adjustment

 *  Resolved [stylemonk](https://wordpress.org/support/users/stylemonk/)
 * (@stylemonk)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-adjustment/)
 * Hi Tarabusk,
 * Hope you okay. I need your help.
    I would like to modify a little bit Main menu
   bar, so the menu bar sits outside of branding div above the slider and menu bar
   is full length wide same as slider.
 * I know how to place menu outside of Branding div but for any reason menu bar 
   is moving when Zoom in and out. (I am not the best in codding) 🙂
 * Thanks
    Stylemonk

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Theme Author [tarabusk](https://wordpress.org/support/users/tarabusk/)
 * (@tarabusk)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-adjustment/#post-4771509)
 * Hi Stylemonk,
    I had a look at your websiste, are you talking about the green
   menu bar, which position itself in a wrong way while shrinking the width of the
   browser or is it another problem you’re talking about ? If this is this green
   bar, i should have a look on it, I don’t have any answer right now, but I already
   noticed that it some resizing configurations, the position (calculated in js/
   tara.js file) was not correct …
 *  Thread Starter [stylemonk](https://wordpress.org/support/users/stylemonk/)
 * (@stylemonk)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-adjustment/#post-4771538)
 * Hi Tarabusk,
 * Yes, I talk about a menu bar with green line underneath.
 * My aim is to create a Div container which would be outside of Branding div which
   would hold menu bar and would be full length wide and would stay in the same 
   position when zooming in or out, like other elements of website.
 * In few words – how to make menu full length wide which would not move around 
   when zoom in or out.
    Many thanks Stylemonk
 *  Theme Author [tarabusk](https://wordpress.org/support/users/tarabusk/)
 * (@tarabusk)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-adjustment/#post-4771557)
 * Hi Stylemonk,
    In your very special case, I would suggest you to add the following
   code at the end of the : style.css file (better if you already created a child
   theme). This would fix the problem, not in a elegant way though …
 *     ```
       @media (max-width:750px) {
       	.main-navigation {
       margin-right: 15%;
       }
       }
       ```
   
 *  Thread Starter [stylemonk](https://wordpress.org/support/users/stylemonk/)
 * (@stylemonk)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/menu-adjustment/#post-4771560)
 * Thanks
    Will try
 * Stylemonk
 *  Theme Author [tarabusk](https://wordpress.org/support/users/tarabusk/)
 * (@tarabusk)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/menu-adjustment/#post-4771661)
 * I mark this topic as resolved as it was a special customizing case

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Menu adjustment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tarali/1.4.6/screenshot.png)
 * Tarali
 * [Support Threads](https://wordpress.org/support/theme/tarali/)
 * [Active Topics](https://wordpress.org/support/theme/tarali/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tarali/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tarali/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [tarabusk](https://wordpress.org/support/users/tarabusk/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/menu-adjustment/#post-4771661)
 * Status: resolved