The left marging for blog posts content is apparently zero. The right post is fine.
How can I control those values for Left and Right margins in blog posts?
I made a screenshot to show what I mean:
Regards
The left marging for blog posts content is apparently zero. The right post is fine.
How can I control those values for Left and Right margins in blog posts?
I made a screenshot to show what I mean:
Regards
Hi Paulo,
Are you just referring to text alignment? I am seeing differently on your site. If it’s text aligment you can add this custom CSS on Theme Options > Global CSS
.single-post .entry-content.content {
text-align: justify;
}
Then to balance the gray area, you can remove that background on Theme Options > Layout and Design > Background Options
Hope this helps.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.