Title: Tiny forge quotes RTL
Last modified: August 21, 2016

---

# Tiny forge quotes RTL

 *  Resolved [benchik](https://wordpress.org/support/users/benchik/)
 * (@benchik)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/tiny-forge-quotes-rtl/)
 * Hello,
    When I use an RTL language the green quote image is shown on the text
   itself instead of beside it. How can this be fixed except inserting an empty 
   row? Thanks in advance!

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

 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/tiny-forge-quotes-rtl/#post-5117169)
 * I don’t have a lot of time, but it looks this code will fix it (I will add it
   to next theme version). Paste this to rtl.css under “Basic post styling”:
 *     ```
       /* Styles for blockquote */
       .entry-content blockquote {
       	padding: 24px 58px 24px 0;
       	padding: 1.714285714rem 4.142857143rem 1.714285714rem 0;
       }
       .comment-content blockquote {
       	padding: 12px 34px 12px 0;
       	padding: 0.857142857rem 2.428571429rem 0.857142857rem 0;
       }
       /* Tip21 - Icon webfont support implementation and examples */
       .entry-content blockquote p:first-child:before,
       .comment-content blockquote p:first-child:before {
       	padding-left: 0px;
       	padding-left: 0rem;
       }
       .entry-content blockquote p:first-child:before {
       	margin-right: -68px;
       	margin-right: -4.857142857rem;
       }
       .comment-content blockquote p:first-child:before {
       	margin-right: -34px;
       	margin-right: -2.428571429rem;
       }
       ```
   
 * P.S. I didn’t test it in comments, might not look perfectly…
 *  Thread Starter [benchik](https://wordpress.org/support/users/benchik/)
 * (@benchik)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/tiny-forge-quotes-rtl/#post-5117195)
 * Hi Tomas,
    Thank you for your response. It did add right padding to the whole
   paragraph, but the first line is not padded and thus the quotes image is still
   covering part of the text. I tried to fiddle a bit with the CSS but had no success
   in fixing this. I would appreciate further help. Thanks again, Benny.
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/tiny-forge-quotes-rtl/#post-5117219)
 * You don’t have to do anything extra, just use the code that I provided. Looking
   at your site it looks that you got it 😉
 * If you used some additional rules, you can post them here, so I could add them
   to the theme.
 *  Thread Starter [benchik](https://wordpress.org/support/users/benchik/)
 * (@benchik)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/tiny-forge-quotes-rtl/#post-5117236)
 * Actually I got it to look right by inserting 14 leading spaces in the beginning
   of the quote. It’s just a workaround.
 *  Theme Author [Tomas Mackevicius](https://wordpress.org/support/users/tomasm/)
 * (@tomasm)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/tiny-forge-quotes-rtl/#post-5117239)
 * When I prepared the code above, I was looking at your site and was editing rtl.
   css in live mode an everything looked as intended, so I would just delete all
   your CSS workarounds, extra spaces, etc. and apply the CSS styles I gave you 
   to rtl.css.
 *  Thread Starter [benchik](https://wordpress.org/support/users/benchik/)
 * (@benchik)
 * [11 years, 9 months ago](https://wordpress.org/support/topic/tiny-forge-quotes-rtl/#post-5117258)
 * OK thanks

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

The topic ‘Tiny forge quotes RTL’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/tiny-forge/1.6.1/screenshot.png)
 * Tiny Forge
 * [Support Threads](https://wordpress.org/support/theme/tiny-forge/)
 * [Active Topics](https://wordpress.org/support/theme/tiny-forge/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/tiny-forge/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/tiny-forge/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [benchik](https://wordpress.org/support/users/benchik/)
 * Last activity: [11 years, 9 months ago](https://wordpress.org/support/topic/tiny-forge-quotes-rtl/#post-5117258)
 * Status: resolved