Archived topic
Page Title Padding
1 reply · Started by Simon on July 26, 2020
Hi,
I'm trying to pad my page title / byline away from the left border.
(Page is in the admin box)
I've tried copying and pasting CSS snippets but to no avail. I'd like it to line up with the text below.
And kinda related...I can't increase the padding of that blog page to make it narrower either. I think it's stuck at 20px left and right and I would like 40px. I've had to use Thrive Architect to add more padding which isn't ideal.
I have GP Premium btw.
All help greatly appreciated. Thanks.
Hi there,
Try this CSS to line up the title:
.single .entry-header {
padding-left: 40px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
GP's padding is there as seen here:
https://www.screencast.com/t/Yn3kFTDTs
When a page builder is used for the content, we would recommend removing the theme padding so you can use the page builder handle all the padding requirement:
https://docs.generatepress.com/article/page-builder-container/