Site logo

Archived topic

How to insert space above post navigation?

3 replies · Started by Roger on July 31, 2022

Viewing posts 1–4 of 4

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;
}

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.

Thank you!

You’re welcome Roger!

This archived topic is closed to new replies.