Home › Forums › CSS › post image padding in wordpress › Re: post image padding in wordpress
June 26, 2013 at 4:25 pm
#140614
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;
}