What device are you using?
<p class=’cntrp’>It depends – if it is a block element like text and you extent the width of the content to 100% of the screen, for example this paragraph, you could use the CSS below.</p>
p.cntrp {
text-align: center;
width: 100%;
}
<p class=’padded’>Alternatively, you could use padding:</p>
p.padded {
padding: 100px;
}
/* Gives 100px of padding all around the inline element */
Does that help at all?
Please advise 🙂
You can easily centre the content by selecting ‘style 4’ under Basic Settings in the customizer.
Hi There,
You can use page templates full width to center the content on the screen.
Thanks.
Thank you guys so much, I seem to have figured it out 🙂