Image Content Addon RTL Bug Report - Question | JoomShaper

Image Content Addon RTL Bug Report

S

saman

SP Page Builder 1 month ago

Hey

I found an RTL bug in the Image Content addon. On my RTL website, this addon will appear like this: Image Content RTL bug

However, the expected behavior is that it appears like this: Image Content expected behavior

This bug can be solved with the below code.

.sppb-addon.sppb-addon-image-content {
  direction: ltr;
}

.sppb-content-holder {
  direction: rtl;
}

Could you ask the Joomshaper dev team to fix this bug in the next version?

Best regards.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 month ago #151885

Hi Saman,

Opss. Indeed, yes we will try to fix in next update.

0