• Hi,

    I’m having issues with the navigation for the previous/next post that shows up at the bottom pf my single posts. For some reason it doesn’t follow the boxed width structure from the theme.

    I already tried to add some CSS, but I was unsuccessful in my attempts.

    Would you be able to guide me?

    Your help is much appreciated!

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter arrousia

    (@arrousia)

    Hello,

    This question applies for the tags as well. they don’t follow the width structure either. Can I change this somewhere in the settings or simply through CSS?

    Thanks!

    Hi @arrousia,

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    .entry-footer {
      padding-bottom: 20px;
    }
    
    .entry-footer,
    .post-navigation .nav-links {
      padding-left: 15px;
      padding-right: 15px;
      max-width: 1140px;
      width: 100%;
      margin-left: auto;
      margin-right: auto;
    }

    Thread Starter arrousia

    (@arrousia)

    Hi,

    Thanks for the advice.
    I used the following:

    .entry-footer { padding-bottom: 20px; }

    .entry-footer, .post-navigation .nav-links { padding-left: 15px; max-width: 1140px; width: 100%; margin-left: auto; margin-right: auto; }

    I removed the right padding and it seemed to give the wanted effect. 🤩

    regards,

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

The topic ‘Navigation sigle posts’ is closed to new replies.