- This topic has 1 reply, 2 voices, and was last updated 4 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
I can’t figure out how to center the wording on the full post on the homepage.
Also- how can I get more spacing between the main content and the right sidebar widget.
Thank you
Hi @tanna,
1. Please navigate to Dashboard > Appearance > Customize > Aditional CSS and following snippet:
.post-content > p {
text-align: center;
}
[data-layout*="rsidebar"] .main-container, [data-layout*="lsidebar"] .main-container {
width: -webkit-calc(100% - 362px) !important;
}
Kind Regards