• Resolved jesstp

    (@jesstp)


    Hi,

    In the Summary on my homepage the image is appearing on one line and the text another in the one div. In the CSS the image is set to float left, but I can’t find how to make them appear along side each other.

    I have tried to contact the Author through their blog, but have heard nothing.

    Can someone offer a suggestion?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi jesstp,
    You say that “in the CSS the image is set to float left” but I am not seeing that in your CSS files. If this is a child theme, you can add something like this to your style.css file:

    .thumbnail img {
       float:left;
       padding-right: 20px
    }

    If it’s not a child theme, be sure to use a Custom CSS plugin so your changes are not overwritten on your next update.

    Hope this helps!

    Thread Starter jesstp

    (@jesstp)

    Thank you for your help. I installed a custom CSS plugin and that worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Theme: Admired] Image & description on seperate lines’ is closed to new replies.