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
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
Thank You Josue!
You are welcome, glad to help :)
Regards,
Josue