• Resolved mj33777

    (@mj33777)


    I have the post navigation turned on in the single post layout, it looks great on desktop but due to my post titles being long it looks bad on mobile.

    Is there any way to get it to truncate the links on mobile so they take up less space?

    Thank you

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @mj33777,

    Thank you for using the Neve theme.

    I think that a good solution in your case is to reduce the font size on smaller screens.

    You can achieve it with this custom CSS, place it in Appearance->Customize->Additional CSS section:

    @media only screen and (max-width: 600px) {
      .nv-post-navigation {
        font-size: 10px;
      }
    }

    I hope it helps!

    Thread Starter mj33777

    (@mj33777)

    Hi Vytis, thank you so much for responding!

    This works great, I couldn’t work out how to do it!

    Many thanks
    M

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Make post navigation truncate the links’ is closed to new replies.