Image Layout Addons - Question | JoomShaper

Image Layout Addons

J

Joao

SP Page Builder 1 year ago

Any idea why this is happening? Fit image is off but image stretch anyway and in front title is below image as well Image admin Image Front

Joomla 4.2.9 Sp Pagebuilding pro 4.0.8

0
2 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 1 year ago #110193

Hi there!

Thanks for your query.

Which layout you are trying there, please? It seems last two layout styles are stretching image, yes.

https://prnt.sc/S_rVmMSiIxdk

Please let me know yours, I will try to reach our developers about it then.

However, if you choose the last style then you may use the following code in your custom CSS to get rid of the issue for now:

.image-layout-preset-style-card .sppb-addon-image-layout-image, .image-layout-preset-style-card .sppb-img-responsive, .image-layout-preset-style-overlap .sppb-addon-image-layout-image, .image-layout-preset-style-overlap .sppb-img-responsive {
    height: auto !important;
}
.image-layout-preset-style-overlap .sppb-image-layout-title {
    position: relative;
        }

Best Regards

0
J
Joao
Accepted Answer
1 year ago #110275

Yes the css did the trick for the last style. Thank you. for the first, and last two styles is there a way to switch text blocks from right to left?

0