Title: css copy link issue
Last modified: October 6, 2021

---

# css copy link issue

 *  Resolved [saveatrain](https://wordpress.org/support/users/saveatrain/)
 * (@saveatrain)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/css-copy-link-issue/)
 * 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](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-copy-link-issue%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [jssupport](https://wordpress.org/support/users/jssupport/)
 * (@jssupport)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/css-copy-link-issue/#post-14945267)
 * 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](https://wordpress.org/support/users/saveatrain/)
 * (@saveatrain)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/css-copy-link-issue/#post-14945425)
 * works, thank you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘css copy link issue’ is closed to new replies.

 * ![](https://ps.w.org/ultimate-faqs/assets/icon-128x128.png?rev=1803957)
 * [Ultimate FAQ Accordion Plugin](https://wordpress.org/plugins/ultimate-faqs/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ultimate-faqs/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ultimate-faqs/)
 * [Active Topics](https://wordpress.org/support/plugin/ultimate-faqs/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ultimate-faqs/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ultimate-faqs/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [saveatrain](https://wordpress.org/support/users/saveatrain/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/css-copy-link-issue/#post-14945425)
 * Status: resolved