Alignment Of The Icon - Question | JoomShaper

Alignment Of The Icon

Dmitry Goncharov

Dmitry Goncharov

SP Page Builder 3 years ago

Make the normal alignment of the icon in the addon Image. You have problems with him all the time.

https://ibb.co/LYqgjB2

1
6 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #5010

Hello Dmitry Goncharov

I have checked Image Addon Lightbox on. It seems okay to me. Can you please share a page link to investigate?

Best regards

0
Dmitry Goncharov
Dmitry Goncharov
Accepted Answer
3 years ago #5012

This also happens in image overlay

0
Pavel
Pavel
Accepted Answer
3 years ago #5025

I have checked Image Addon Lightbox on. It seems okay to me. Can you please share a page link to investigate?

Hi, Ofi. Just check it out in different browsers. For example in Firefox. And reload the page several times, the result may be different each. Investigation is not required, I know the reason and will inform you for elimination. This is because the "+" character of the default font is used. Browsers render the same font and line-height differently and this causes alignment issues.

The solution will be to replace the "+" with some icon from Font Awesome or the ability to upload user own icon (image) for this.

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #5057

Dmitry Goncharov

Weird but I found a quick CSS fix. You can use this CSS

.sppb-addon-image-overlay-icon{
    line-height: 38px !important;
}

Thanks Pavel for the idea.

0
Dmitry Goncharov
Dmitry Goncharov
Accepted Answer
3 years ago #5194

Weird but I found a quick CSS fix. You can use this CSS

I have no problem doing this. I'm talking about a change at the SPPB code level

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #5241

This is weird because on my testing I did not find this issue. But your site has this.

0