How to add space round my footer previous/next

Homepage Community Forums Epik Theme Support How to add space round my footer previous/next

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #17266
    jonathonfowler
    Customer

      Hi there, I’ve used a piece of code to add previous/next post details to the bottom of each blog post. The instructions for the code appear in this article here https://my.studiopress.com/snippets/post-navigation/.

      What I need to check is how to style the links. How do I add a space above the links, as you can see the text is tight up against the box above, it would look a little neater by adding a space above the text. See and example here: http://www.jonathon.co/pre-wedding-photo-shoot-special-offer/

      Thanks for your help!

      #17293
      Wes
      Moderator

        You can add this to your CSS –

        .pagination {
            overflow: hidden;
            padding: 20px 0;
        }

        It should add space evenly on top and bottom

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.