Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Removing padding on homepage via child theme Re: Removing padding on homepage via child theme

#121751

I just solved this problem! Argh, it took the best part of a day but it’s done. I pasted this at the beginning of the style sheet if anyone is interested.

.page.singular .hentry { padding-top: 0; }
.page.singular #content{ width:100% ;margin: 0;}
.page.singular .entry-header, .page.singular .entry-content, .page.singular footer.entry-meta, .page.singular #comments-title
{ width: 100%; }
.entry-content #leftsample { margin-left: auto; margin-right: auto; }