i configured custom separator line to show icon in the middle
but I can’t see the icon, not sure why
(also tried following the instructions in this thread https://kriesi.at/support/topic/separator-line-icon/ but it’s still not showing the icon)
in the private section there are links to a screen shot and to the actual page
the bottom separator should be showing the icon in the middle
Hi Doron!
Thank you for using Enfold.
It’s a minor style issue on rtl sites. Please add this code in the Quick CSS field:
.rtl .av-seperator-icon {
position: absolute;
top: 10px;
left: 50%;
transform: translate(-50%, 0);
}
We’ll push this fix in the next patch.
Cheers!
Ismael
Hi Ismael
problem solved!
thank you so much :)