White space atround featured image
-
A featured image has a white space around it even when I set the page and site to full width stretched, when used with a transparent header you can see that there is a gap also above the image. I have experimented with this CSS which fixes the issue for the featured image but obviously messes up pages without one
.site-content {
margin-top: -68px; margin-left: -20px; margin-right: -20px;
}
So that css demonstrates the extent of the gap around a featured image.
Any other content has no problem.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘White space atround featured image’ is closed to new replies.