How to remove padding/margin between full grid and header

Posted in: Newspaper
Post count: 1

Hi, I can’t see how to remove the margin or padding between the header and the first grid. I want my page to look like PhotoFolio or Say What where the first grid is directly under header with no white space between. I reduced margins and padding in the row settings to zero in Composer but that didn’t work.

Thanks
Andy

Post count: 22421

Hello Andy,

Pages have a padding-top by default which can be removed using this code:

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

You can add the code in the theme panel-> custom css box.

Thanks

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