Adjust text margin at the sides of pages and blogposts
-
Hi, may I know how to adjust the margin width of the text for pages and blogposts?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
Hope you are doing great.
You can use the following CSS class to adjust the margin for pages and blog posts:
.content-area { margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; max-width: 1088px; }Please add this CSS code in the custom.css file or in the custom CSS section of your theme customization settings.
Let me know if this helps!
Best,
Archana. -
- The topic ‘Adjust text margin at the sides of pages and blogposts’ is closed to new replies.