Tagged: ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #757750

    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

    • This topic was modified 7 years, 8 months ago by Doron. Reason: typo
    #760473

    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

    #760663

    Hi Ismael
    problem solved!
    thank you so much :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘separator line – icon not showing’ is closed to new replies.