Dear Kriesi Team,
Would you please take a look at this below image:
As you may see, the arrow is not aligned in the center, it is occurred on my first page.
How may I fix this?
(I insert my website address in private area)
Regards,
Sadegh
Hey Sadegh,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.rtl .avia_transform .av-extra-border-element.border-extra-arrow-down {
-webkit-transform: translateX(50%);
transform: translateX(50%);
}
Best regards,
Yigit
Hi dear Yigit,
Actually non of them worked for me.
Kind regards,
Sadegh
Hi,
Please try changing the code to following one
.rtl .av-extra-border-element.border-extra-arrow-down {
-webkit-transform: translateX(50%) !important;
transform: translateX(50%) !important;
}
If that too does not work, please create temporary admin logins and post it here privately.
Best regards,
Yigit
Hi Yigit,
Thanks a lot,
it works fine now :)
Kind regards
Hi,
Great, glad we could help. Please let us know if you should need any more help on the topic.
Best regards,
Rikard
Hi,
Thanks. No problem. you may now close the thread.