Archived topic
Inside Blog Post Images Need padding
1 reply · Started by Conor on November 12, 2019
Viewing posts 1–2 of 2
Hi,
Aside from my featured photo, when I add photos into my blog post they appear to be very close to my text when I view my posts on mobile.
You can look at my about page to see what I mean with the photo on that page.
Is there any way to ensure that there is always a certain amount of padding between the images and the blog content?
Cheers,
C
Hi there,
Give this a shot:
@media (max-width: 768px) {
.alignleft, .alignright {
margin-bottom: 1.5em;
}
}
Let me know :)
This archived topic is closed to new replies.