• Hi there
    I have installed the Twenty Twelve theme for my Persian website, in which is a rtl language.
    I have done dozens of customization and I should say it is amazing.
    the only problem: I want the content places at the left side of the blog and widget area places at the right side of the blog. I don’t know how to change it.
    would you please help me with this?
    thank you so much in advance
    Best regards

    • This topic was modified 5 years, 10 months ago by mathpresso.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • You could try these in Appearance->Customize->Additional CSS

    .site-content {
    	float: left;
    }
    
    .widget-area {
    	float: right
    }
    Thread Starter mathpresso

    (@mathpresso)

    hello there
    thank you so much

    Thread Starter mathpresso

    (@mathpresso)

    it works properly
    one more thing: as I have customized the theme it is not responsive now, what could be the reason?
    thank you so much in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘rtl customization’ is closed to new replies.