Home › Forums › Support › How to insert space above post navigation? This topic has 3 replies, 2 voices, and was last updated 2 years, 1 month ago by Fernando. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts July 31, 2022 at 10:51 am #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; } July 31, 2022 at 6:06 pm #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. July 31, 2022 at 6:19 pm #2299246 Roger Thank you! July 31, 2022 at 7:59 pm #2299285 Fernando Customer Support You’re welcome Roger! Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In