Title: Full width with menu
Last modified: May 21, 2020

---

# Full width with menu

 *  Resolved [js1paul](https://wordpress.org/support/users/js1paul/)
 * (@js1paul)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/full-width-with-menu/)
 * Does anyone know if there’s a full-width template that has content only but with
   the menu nav still showing?
 * If not, does anyone know the css adjustments I need to make.
 * I’ve managed to remove the title section on the ‘Full width and Only Content 
   Template’ but can’t seem to get the navigation menu (sticky or not) to add.
 * Thanks for your help.

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/full-width-with-menu/#post-12873954)
 * Hi [@js1paul](https://wordpress.org/support/users/js1paul/),
 * There isn’t, but you could create one pretty easily by using the regular “Full-
   Width Template” and hiding the page header (with the title and excerpt) with 
   custom CSS.
 * The following CSS should do it:
 *     ```
       .template-full-width .entry-header { display: none; }
   
       .template-full-width .entry-inner { padding-top: 0; }
       ```
   
 * Note that this will apply to all pages and posts set to the “Full-Width Template”–
   if you only want it to apply to a specific post or page, you’ll have to replace
   the `.template-full-width` part of the targeting with `.page-id-XXX` or `.post-
   id-XXX`, and replace the XXX with the ID of the post/page.
 * — Anders
    -  This reply was modified 6 years, 1 month ago by [Anders Norén](https://wordpress.org/support/users/anlino/).
 *  Thread Starter [js1paul](https://wordpress.org/support/users/js1paul/)
 * (@js1paul)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/full-width-with-menu/#post-12875029)
 * Thanks for the help [@anlino](https://wordpress.org/support/users/anlino/) – 
   really useful. I had done something similar, but wasn’t quite as tidy 🙂
 * It’s a nice simple theme, which is perfect for me.
 * Thanks,
    Paul

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

The topic ‘Full width with menu’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [js1paul](https://wordpress.org/support/users/js1paul/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/full-width-with-menu/#post-12875029)
 * Status: resolved