• Resolved saveatrain

    (@saveatrain)


    hello,
    the copy link per faq is not showing well on the Russian,
    on hebrew and english it works, with your help, since you had given me this CSS before

    what do I need to change to make the copy link icon to show well on the Russian please

    .ewd-ufaq-permalink-image{
        margin-top: -26px;
        margin-left: 90px;
    }
    .rtl .ewd-ufaq-permalink-image {
        margin-top: -26px;
        margin-right: 90px;
    }
    .rtl div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
        float: right;
    }

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You can use the following Custom CSS to solve this issue. You can paste it into the additional CSS section of your theme’s customizer.
    WP Admin Sidebar > Appearance?> Customize > Additional CSS

    You can replace the previous three CSS rules with these new ones and they will fix the issue in all three languages and any future language as well.

    .ewd-ufaq-permalink-image {
        margin: 0 15px;
        display: inline-block;
    }
    .rtl div.ewd-ufaq-faq-title div.ewd-ufaq-post-margin-symbol {
        float: right;
    }
    Thread Starter saveatrain

    (@saveatrain)

    works, thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css copy link issue’ is closed to new replies.