Forums

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

Home Forums CSS post image padding in wordpress Re: post image padding in wordpress

#140614
JohnMac4
Member

It looks like the home page is grabbing the child theme css, the reply page isn’t. Since the reply page isn’t grabbing the child theme CSS, these classes are being applied to the reply page.

.one-column.singular .entry-header, .one-column.singular .entry-content, .one-column.singular footer.entry-meta, .one-column.singular #comments-title {
width: 100%;
}

img[class*=”align”], img[class*=”wp-image-“], #content .gallery .gallery-icon img {
border: 1px solid #ddd;
padding: 6px;
}