• Resolved rjejwr

    (@oguzhanert)


    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 to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Dario Devcic

    (@dariodev)

    Hi @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

    (@oguzhanert)

    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

    (@dariodev)

    NOTE: I wanted to edit typo so I accidentally deleted my comment.

    • This reply was modified 7 years, 2 months ago by Dario Devcic.
    Theme Author Dario Devcic

    (@dariodev)

    Thank you @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.