[Resolved] How to insert space above post navigation?

Home Forums Support [Resolved] How to insert space above post navigation?

Home Forums Support How to insert space above post navigation?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2299094
    Roger

    Hi!

    I have two questions about post navigation:
    1. How to insert space above post navigation
    2. How to increase font size

    I’m using the code below to insert the line over the post navigation:

    #nav-below {
    	  padding-top: 5px;
        border-top: 1px solid #999;
    }
    #2299244
    Fernando
    Customer Support

    Hi Roger,

    You can try modifying your CSS into something like this:

    #nav-below {
        padding-top: 15px;
        border-top: solid 1px #999;
        font-size: 20px;
    }

    You may modify 15px and 20px to your preferred value.

    #2299246
    Roger

    Thank you!

    #2299285
    Fernando
    Customer Support

    You’re welcome Roger!

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