change padding for the main page

Posted in: Newspaper
Post count: 7

Hello
I would like to change the padding of the main page

.td-main-page-wrap {
     padding-top: 48px;
}

but to change without going through “custom css” but only from the “theme panel”?
because all pages of the site have a basic padding

waiting to read you,

cordially

Post count: 35449

Hi,

Unfortunately I do not quite understand for what elements on homepage you want to set the padding, if you want to set it for content here is an example with custom css -> https://www.screencast.com/t/02fcnwjFX
.home .td-main-content-wrap {
padding-top: 148px!important;
}

And here is an example using tagDiv Composer -> https://www.screencast.com/t/XSsq3SNSw5

Thank you for your understanding.

Post count: 7

I put 0px on the “padding-top” of the first “row” but it does not work.

And all the site, there is a 48px padding top on all pages

how to arrange this

thank you

Post count: 35449

Hi,

I think you want to change the space between menu and first block on the page if is so then you’ll need to set on the first row the margin top ‘-48’ https://www.screencast.com/t/fWpleU759Jw

Using css -> https://www.screencast.com/t/poM2zmAyHJ

Thanks.

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