- This topic has 1 reply, 2 voices, and was last updated 5 years ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
I want to make the content of one of my pages to be in the centre and still be Left-aligned and the text to occupy only a small part of the page. Right now the text goes from all the way on the left to all the way on the right side of the page. It’s not fun to read like that. How do we fix this?
Hi Sepideh,
Please share the direct link to the page where the issue appears and we will check for the possible solutions.
Kind Regards
Hi Sep,
Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.page-id-512 .post-content > p {
width: 700px;
margin: 0 auto
}
.page-id-512 .has-text-color {
text-align: center;
}
Kind Regards