Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #48840
    geek654
    Member

    Dears,
    thanks for the awesome template.

    My blog is bi-lingual, but mostly in an RTL language.
    How can I change the widgets (in a single, right-sidebar layout) to be aligned to right and correct RTL?

    Bonus would be how I can do it for each widget separately? e.g., since the archive widget lists the month names in english, I want it to be LTR. But Recent Posts to be RTL and aligned right.

    Thanks

    #48854
    Sakin
    Keymaster

    @geek654: Thanks for this theme is still not RTL ready. So, it will be bit difficult to manage css.
    To Sidebar text to be aligned right and archive to left, you need to add the following css in “Appearance => Theme Options => Custom CSS” box:

    #secondary { text-align: right; }
    #secondary .widget_archive { text-align: left; }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Widget alignment and RTL’ is closed to new replies.