Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi Michelle

    I see the home, contact us and news pages have the same header – it is a bit more narrow. Do they all share the page template? On the Jure Sanguinis, 1948 Cases and other posts the header is wider. Have you double-checked that you are using the same header on your single post template?

    Thread Starter agrycult

    (@agrycult)

    thank you Wes.

    Actually, no. I thought as long as I choose the single post template for all posts (which I did), it should contain the same header for all posts with that template, Am I wrong?

    Hi @agrycult

    You are right! If you I chose the single post template for all posts, they should all contain the same header. I am wondering if you are using the exact same header template part on all your templates? Is there a possibility that you are using a different header template part on your single post template? If so, you can select the header, click on the three vertical dots, select replace header and choose the same header as your other template.

    • This reply was modified 1 year, 6 months ago by Wes Theron.
    Thread Starter agrycult

    (@agrycult)

    thank you @west7 I checked and all pages have the same template.

    so they should have the same header. nevertheless, the menu appears differently on the different posts I mentioned.

    Have you tried deactivating the plugin you are using to make the header sticky? Maybe that is causing the problem.

    Thread Starter agrycult

    (@agrycult)

    thank you @west7

    I tried dectivating the plugin but no, it does not change.

    Moderator jordesign

    (@jordesign)

    Hey @agrycult it looks like this is a known bug with the editor at the moment – something that should be getting worked on.

    https://github.com/WordPress/gutenberg/issues/50486

    In the meantime – you can add the code below to your site’s CSS following these instructions.

    /* unset padding on the navigation block */ 
    .wp-block-navigation ul {
        padding: unset !important;
    }

    Thank you for shedding light here @jordesign

    Thread Starter agrycult

    (@agrycult)

    thank you so much @jordesign

    it works perfectly now

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Navigation block not responding consistently in different posts’ is closed to new replies.