Archived topic
how to adjust page/post title margin or padding when full width
3 replies · Started by Melody on April 25, 2019
Hi I am selecting my page/post layout Page Builder Container to be "full width" as I need my images showing to be filling out the mobil screen width. however when I selected full width for page builder container, the page/post title showing will be too close to the screen border.
I am using Elementor as my page builder, but looks like elementor has nothing to do with it, I need to find a way to set the padding in Generatepress, can you help with setting the spacing?
here is my screen video for your reference.
https://www.loom.com/share/fbe855ea236e4c8c9c7de975734a022a
Thank you for your attention with me.
best
Melody Liu
Hi there,
when using a pagebuilder and the full width content is quite normal to Disable the Post Title on the page and add it using the Page Builder. If you don't want to do this then this CSS will contain the title:
.full-width-content .entry-header {
max-width: 1120px;
margin-left: auto;
margin-right: auto;
}
Hi team, thank you for your help on clarification, and apologize didn't reply till now!
understand how it works now, will follow your directions, thank you!
Glad to be of help