Extra uneditable spacing on top of each page

Posted in: Newspaper
Post count: 1

Every page has spacing which is neither the part of header, nor the page
https://www.codebrew.studio/company/our-work/

And it’s not on all pages, the issue is not on
https://www.codebrew.studio/our-blog/
https://www.codebrew.studio/technology/how-to-create-a-mobile-app/

That makes it complex to solve with Additional CSS to make the padding zero.

Do assist for this please

Post count: 35449

Hi,

All pages have set padding top 48px , what you can do is to edit those pages using tagDiv Composer and set a margin top “-48” -> https://www.screencast.com/t/jobzSZkhFRk
Or you can use a custom css -> https://www.screencast.com/t/OsDnHT52g

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

Set the code in Theme panel>Custom code>Custom css

Thank you!

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