[Resolved] Text appearing next to the image

Home Forums Support [Resolved] Text appearing next to the image

Home Forums Support Text appearing next to the image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #759234
    Matthew

    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.

    #759239
    David
    Staff
    Customer Support

    Hi there,

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

    #759250
    Matthew

    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.

    #759262
    David
    Staff
    Customer Support

    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%;
    }
    #759275
    Matthew

    Ah yeah great thanks! 🙂

    #759330
    David
    Staff
    Customer Support

    You’re welcome

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.