After i add link to image

Hi,

After i add link url to image, images are moved to the left.

Before i put link, each icons were align to the middle, but now it’s off the left side.

Could you please help me to put those 3 icons in the middle?

Thank you.

Hi ykbaek,

In your image element, the link has limit set to 170px for its width, you have to remove this limit, after that the image will be centered, you can check that in the element “Customize” in case you added element style rules, or in the “Setup” tab.

If you can’t figure out where it comes from, then please provide us with WordPress Dashboard login details in a “Secure Note” so we can investigate this issue.

Thanks.

Thanks for the reply.

Just left our login details in a “Secure Note”

Thank you.

Hello @ykbaek,

Thanks for updating the thread. :slight_smile:

As my colleague pointed out that removing maxwidth would automatically align the images but because images are not resized properly, it would disturb the presentation. To fix the issue, I have added a class name support-image to image elements. https://cl.ly/3h1Z2F1E3j2m

After that I added following CSS under X > Theme Options > CSS:

.support-image {
    margin: 0 auto;
    display: block;
}

Now images are aligned properly. Please see the screenshot. https://cl.ly/3G44362n0y0E

Kindly check at your end and let us know your feedback.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.