Search for: Log In Free Support [Resolved] Single Post Spacing CSS Home › Forums › Support › Single Post Spacing CSS This topic has 7 replies, 2 voices, and was last updated 5 years, 6 months ago by Tom. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts August 15, 2015 at 9:50 pm #129662 Tristan Hey Tom, Would it be possible to grab the CSS code for the padding in a single post view where the red arrows are: August 16, 2015 at 12:07 am #129669 TomLead Developer Lead Developer Hi there, 1. Spacing above the post image: .single.separate-containers .inside-article { padding-top: 0px; } 2. Spacing below the post image: .separate-containers .inside-article .page-header-image-single { margin-bottom: 0px; } 3. Spacing above the entry meta: .single footer.entry-meta { margin-top: 0px; } Adjust the px as needed π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development August 16, 2015 at 12:20 am #129672 Tristan Awesome! Is there anything I can do for the gap after the entry meta? There seems to be a big one on mine. Can I also just say a massive thank you to you for all your help over the past few days – really appreciate it mate … you’ve turned my site around ! Thanks again Tristan August 16, 2015 at 12:21 am #129673 TomLead Developer Lead Developer Ah! Try this: .separate-containers.single .inside-article { padding-bottom: 0px; } Glad I’ve been helpful! π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development August 16, 2015 at 12:33 am #129674 Tristan Hmm that last one doesn’t seem to be responding. It’s the gap right after the previous post/next post buttons and if i’m logged in I can see an edit button there. If I’m not logged in its just empty space. August 16, 2015 at 12:39 am #129678 TomLead Developer Lead Developer My mistake – try the edited code above. Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development August 16, 2015 at 12:54 am #129679 Tristan Perfect! Thank you. August 16, 2015 at 10:26 am #129780 TomLead Developer Lead Developer You’re welcome π Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In