How to eliminate white space and reduce margins?

Posted in: Newspaper
Post count: 2

How to eliminate white space and reduce margins?

Delete and reduce margins

Post count: 23312

Hello mynorknx,

If you want to get rid these paddings, you have to use a bit of CSS code to hide it. Please try the code below and place it in Theme panel->Custom CSS area.

The code is ->

.td-pb-row [class*="td-pb-span"] {
padding-right: 0;
padding-left: 0;
}
.td-main-page-wrap {
padding-top: 10px;
}

If you need more assistance in this regard, please provide your website URL so I can inspect it closer and so I will be able to provide a more accurate code.

Thanks.

Post count: 2

This code solves the problem,
Thank You 😉

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