How to reduce the space

Posted in: Newspaper
Post count: 59

Hello,

Could you help me reducing the space between the header and the block, made by tagdiv composer?
Look at this screen:

Post count: 20688

Hi,

There is a default padding for the top of the page, it is 48px
https://www.screencast.com/t/X5I47L1rT
You could reduce that value with a code like this (change the value as you wish)
https://www.screencast.com/t/x6wXZu2m1PrK

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

Thanks

Post count: 59

Thank you so much

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