Forums

inove style align to right (5 posts)

  1. SIFE
    Member
    Posted 2 years ago #

    hi ,i am using inove theme in arabic blog witch mean i have to make direction from right to left .
    i had succssess to change some direction but not all ,now i have problem with widget and post titles .
    http://0xsife.org

  2. SIFE
    Member
    Posted 2 years ago #

    up .

  3. alchymyth
    The Sweeper
    Posted 2 years ago #

    check if adding 'direction: rtl;' to the body style in style.css of your theme does what you want:

    body {
    	background:#BEC3C6 url(img/bg.jpg) repeat-x;
    	color:#555;
    	font-family:Verdana,"BitStream vera Sans",Helvetica,Sans-serif;
    	font-size:12px;
    direction:rtl;
    }

    http://www.w3schools.com/css/pr_text_direction.asp

  4. SIFE
    Member
    Posted 2 years ago #

    thx mr alchymyth ,this is work ,now i need it for archive ,categories .

  5. alchymyth
    The Sweeper
    Posted 2 years ago #

    your site seems to be down at the moment, so nobody can check this.

    however, the fix should actually work for all the template files of your site, as the body style is applied to the whole site.

Topic Closed

This topic has been closed to new replies.

About this Topic