Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #474847

    Dear Support

    I have a problem. As you see on this link, images when hover over, align to the center. But I wish to keep them on the left.

    What should I do?

    Thank you in advance

    #474922

    Hey Gurify!

    Setting alignment for those images to “left” should do the fix (they are currently centered). Alternatively you could change this code in your style.css:

    article .entry-content img {margin: 15px 10px 15px 0; border: 2px solid #dedede;}
    

    To:

    article .entry-content img {margin: 15px 10px 15px 0 !important; border: 2px solid #dedede;}
    

    Best regards,
    Josue

    #474944

    Thank You Josue!

    #474973

    You are welcome, glad to help :)

    Regards,
    Josue

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