Title: Top menu full width
Last modified: March 5, 2019

---

# Top menu full width

 *  Resolved [CB](https://wordpress.org/support/users/tng2013/)
 * (@tng2013)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/top-menu-full-width/)
 * Is it possible to have the top navigation fit the full width of the page? Would
   this require changing the container in css or adding new css?

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

 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/top-menu-full-width/#post-11294044)
 * add this to functions.php
 *     ```
       remove_action('bp_before_header', 'meso_add_top_nav');
       add_action('bp_before_bodywrap', 'meso_add_top_nav',10);
       ```
   
 *  Thread Starter [CB](https://wordpress.org/support/users/tng2013/)
 * (@tng2013)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/top-menu-full-width/#post-11378029)
 * Hi Richie,
 * That works thanks, however, the top nav shadow has now returned. I have tried
   what was suggested in the FAQ to remove the shadow, however, that doesn’t seem
   to work. Is there anything else I can do to hide the shadow?
 *  Theme Author [Richie KS](https://wordpress.org/support/users/rkcorp/)
 * (@rkcorp)
 * [7 years ago](https://wordpress.org/support/topic/top-menu-full-width/#post-11431463)
 * seem working in my end, add this to customzer->general->custom css
 * `#top-navigation:before,#top-navigation:after {display:none;}`
 *  Thread Starter [CB](https://wordpress.org/support/users/tng2013/)
 * (@tng2013)
 * [7 years ago](https://wordpress.org/support/topic/top-menu-full-width/#post-11433102)
 * That did the trick. Many thanks for taking the time to respond Richie.

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

The topic ‘Top menu full width’ is closed to new replies.

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

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)
 * [navigation](https://wordpress.org/support/topic-tag/navigation/)
 * [Shadow](https://wordpress.org/support/topic-tag/shadow/)

 * 4 replies
 * 2 participants
 * Last reply from: [CB](https://wordpress.org/support/users/tng2013/)
 * Last activity: [7 years ago](https://wordpress.org/support/topic/top-menu-full-width/#post-11433102)
 * Status: resolved