Content Section Padding problem

Posted in: Newspaper
Post count: 4

Hello guys,
i removed the background and layout breaks…

as you can see: https://wordpress-919309-5834713.cloudwaysapps.com/ now content section have some padding on both side, i need that of same width of header and footer.

And at least i need help to remove the shadow on bottom content section.

It’s little urgent, pls help.

Post count: 35449

Hi,
This is because the .td-pb-row [class*=”td-pb-span”] has left and right padding. The simplest solution is to use a background color for your content section.
body .tdc-content-wrap .tdc-row .td-pb-row {
background: #fbf7f7;
}

For footer shadow, try this:
body .td-footer-wrap .tdc_zone {
box-shadow: none;
}

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