Site logo

Archived topic

Text appearing next to the image

5 replies · Started by Matthew on December 17, 2018

Viewing posts 1–6 of 6

Hey

Even though I have tried adding a <br> for some reason the text always pushes next to the image instead of below the image.

I think maybe its to do with my div tag or its to do with the responsiveness of the theme, I'm not sure.

Any ideas why it's doing this?

P.S. This only seems to happen on Chrome.

Hi there,

the WPSP post list has the image aligned left. Set it to center.

Hey David,

Thanks for the quick reply the issue with this is it causes a few display issues, it means that the text does display below but that then the text is on the left and the image is centre, I could set the text to centre but I don't really want to.

Also it seems to cause issues with the shadow overly being bigger than the image when I centre the image.

If you leave it as centered, then you can force the image to fill the container like so:

.wp-show-posts-image img {
    width: 100%;
}

Ah yeah great thanks! :)

You're welcome

This archived topic is closed to new replies.