• Resolved js1paul

    (@js1paul)


    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

    (@anlino)

    Hi @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 5 years, 10 months ago by Anders Norén.
    Thread Starter js1paul

    (@js1paul)

    Thanks for the help @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.