Title: Text Alignment
Last modified: September 4, 2017

---

# Text Alignment

 *  Resolved [rjejwr](https://wordpress.org/support/users/oguzhanert/)
 * (@oguzhanert)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-24/)
 * Hi!
 * I uploaded Themelia to my website but everything is right-aligned. How can i 
   fix this?
 * Thanks!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftext-alignment-24%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Theme Author [Dario Devcic](https://wordpress.org/support/users/dariodev/)
 * (@dariodev)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-24/#post-9466996)
 * Hi [@oguzhanert](https://wordpress.org/support/users/oguzhanert/),
    Ah, I see
   what happened. It’s Themelia fault and this happens only with Turkish. Of course,
   I did not know that until now. Themelia check for language and adds corresponding
   class in the document body. For Turkish this is `tr`. The problem is because 
   in the style.css Themelia has a rule `.tr { text-align: right; }`, where the `
   tr` should be short for `text-right`. I will definitely fix that in the next 
   release. It’s easy to remove this class from style.css because I never put it
   in documentation so there is no chance that anyone is using it, so I will do 
   it soon. Here is a quick temporary solution. Just drop following CSS rule in 
   the customizer, Customize -> Additional CSS:
 *     ```
       .tr {
           text-align: inherit;
       }
       ```
   
 *  Thread Starter [rjejwr](https://wordpress.org/support/users/oguzhanert/)
 * (@oguzhanert)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-24/#post-9467018)
 * Thank you for your quick response. It works like a charm now. Looking forward
   for that next update.
 * I really like the theme and will keep using it for my website.
 * Best regards!
 *  Theme Author [Dario Devcic](https://wordpress.org/support/users/dariodev/)
 * (@dariodev)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-24/#post-9467019)
 * NOTE: I wanted to edit typo so I accidentally deleted my comment.
    -  This reply was modified 8 years, 9 months ago by [Dario Devcic](https://wordpress.org/support/users/dariodev/).
 *  Theme Author [Dario Devcic](https://wordpress.org/support/users/dariodev/)
 * (@dariodev)
 * [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-24/#post-9467021)
 * Thank you [@oguzhanert](https://wordpress.org/support/users/oguzhanert/), I’m
   glad this worked. I’m preparing next release very soon and this will be fixed!
   Thank you for using Themelia 🙂

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

The topic ‘Text Alignment’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/themelia/1.3.1/screenshot.png)
 * Themelia
 * [Support Threads](https://wordpress.org/support/theme/themelia/)
 * [Active Topics](https://wordpress.org/support/theme/themelia/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/themelia/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/themelia/reviews/)

## Tags

 * [alignment](https://wordpress.org/support/topic-tag/alignment/)
 * [css](https://wordpress.org/support/topic-tag/css/)

 * 4 replies
 * 2 participants
 * Last reply from: [Dario Devcic](https://wordpress.org/support/users/dariodev/)
 * Last activity: [8 years, 9 months ago](https://wordpress.org/support/topic/text-alignment-24/#post-9467021)
 * Status: resolved