New post images not centre anymore
-
Hi Ben,
So you gave me a new code so the images would be centre on the mobile view. I started writing a new blog. But on the new blog the images are not centre anymore. Both on 4.7.5 and 4.8.
/* center images on mobile screens */
@media screen and (max-width: 719px) {.post-content img {
float: none;
display: block;
margin: 0 auto;
}
.post-content .widget_polylang img {
display: inline-block;
}
}Anyways. The weird part is that the old blog the images are still centered. How is that possible??
I didn’t publish the new blog. I just did it for a second to see if it made a difference but no. Please help…..Thank you.
New Blog: https://anilvanderzee.com/?p=43543&preview=1&_ppp=6c1f8e56fb
Old blog: https://anilvanderzee.com/undauer-eng/
- The topic ‘New post images not centre anymore’ is closed to new replies.