hello! question about the writing space

Posted in: Newspaper
Post count: 8

hello guys !, I have a small query about the writing space in the blog pages, I feel that the space that is left when the sidebar is deleted is too big, is there any way to reduce it?

example: https://prnt.sc/ip7mlb
I would like the text to fit a smaller margin

Post count: 1043

Share your site link for better assistance.

Post count: 8
Post count: 1043

Try this code
.td-post-template-3 .td-post-content {
margin-top: 0;
padding-left: 4%
padding-right: 4%;
}

and try playing around with the percentage number to get the perfect alignment you want (you can increase or decrease the numbers as you like till you get a perfect look.)

Post count: 8

ok, where do I modify or add that code? 🙂

Post count: 1043

Add it to the custom CSS section in your theme panel.

Post count: 8
Post count: 8

now work with this! (only need add one “;” ) rly thx epickenyan 🙂

.td-post-template-3 .td-post-content {
margin-top: 0;
padding-left: 11%;
padding-right: 11%;
}

  • This reply was modified 8 years by metakin.
  • This reply was modified 8 years by metakin.
Post count: 1043

Thanks for the correction. Glad it worked out for you.

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.