change direction of word in themes to right

hello, i try to change direction of theme from left to right and Evey thing ok in css , but post article still from left to right ,can you pls tell me which line in css that to change to make word in post from right to left,thanks


In: Fashion Theme, Posted 386 days ago

By: Level Rating Level Rating7 points

    9 Comments on change direction of word in themes to right

  1. admin says:

    Hi!

    Please modify this class in post.css line 305

    .single_page_inner {
        floatleft;
        padding-right15px;
        width645px;
    }
    Simply change float:left to right and padding-right to padding-left

    This is for inner post. For Home Page, you need to edit class home.css line 184

    .right_panel {
        floatleft;
        margin-right12px;
        width648px;
    }
  2. phghoost says:

    thanks admin for your quick replay
     
    i edit this line in both and theme direct from right
     
    but word still begin from left, i need word start from right as in Arabic lang

  3. admin says:

    Hi!

    The code i had given was to move sidebar from right to left. If you wish to align text from left to right, please edit css/post.css line 96

    Replace

    .post p {
        color#444444;
        line-height22px;
        padding10px 0;
    }

    with

    .post p {
        color#444444;
        line-height22px;
        padding10px 0;
        text-alignright;
    }
  4. admin says:

    Also if you add this in style.css line 25 in body class, your whole site content will start from right

    body {
        font-familyArial,Helvetica,sans-serif;
        font-size12px;
        text-alignright;
    }
  5. phghoost says:

    thanks , a lot
     
    its work well and i do it , but social slider i change in post.css line 321 from left to right bur=t not work
     
    i need social slider to be in right of post not in left, how to make it

  6. admin says:

    You may disable social slider from backend or you can move it to right by editing css/  post.css line 318

    Class – .social-slider

    Simply change margin to

    margin-9px 0 0 970px;

  7. phghoost says:

    thanks admin for support, and my last question as my theme nearly complete done
     
    i do every thing necessary to transfer site from right to left as in Arabic lang
     
    but footer and middle post don’t show complete tilt of post it show have and question mark , so visitor cant read all title  like this page
     
    http://www.kleeja.com/demo/imghttp://www.kleeja.com/demo/do.php?img=9485

    also, is there pulgin recomend for this theme

    thanks 

  8. admin says:

    Please share your complete website link. We can only help you with technical support. We really don’t know why that question mark is coming because you are writing in Arabic Language on your site.

     

  9. phghoost says:

    thanks admin and i share my site in mail support and waiting ur replay