Posts images don't align to text
-
The featured images on my posts are not aligning with the text and the format. As a work around, I added padding of 72px in the css.
/* Post Thumbnail */
.post-thumbnail {
padding: 72px;
position: relative;
display: inline-block;
margin: 0 auto 24px;
}Problem then is that the image has too much white space around it when in the mobile format.
How can I fix the alignment issue without adding this padding?
The website url is: https://www.freshclef.com
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Posts images don't align to text’ is closed to new replies.