• I have been frustrated with the overlapping of the boxes of tags and the previous/next post when viewed on mobile. How do I fix this?Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi, @sandman2021

    Try adding this in Dashboard – Appereance – Customize – Additional CSS in the Customizer

    .tags,
    .previous,
    .next {
        line-height: 34px;
    }

    You can learn how to use the Chrome Developer Tools or Firefox Developer Tools to help you see and test changes to your CSS.

    Hope this helps,
    Kind regards!

    Thread Starter sandman2021

    (@sandman2021)

    awesome! It worked. thanks for the help.

    Happy to help! Glad it works!

    If your question has been answered, we would love if you would mark this topic as resolved in the sidebar. This helps our volunteers find the topics that still need attention and more people will get helped, possibly like you did.
    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tag section and previous/next post overlapping’ is closed to new replies.