test melih
 melih
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tachito Friend
    #145354

    Hey Guys. Hope all is well and I apologize if this question has already been asked. I love this template and was wondering if there is anyway to change the left position to the actual left side of the body instead of on the right above the right position.

    Thank you in advance.
    M

    awdesign Friend
    #332101

    I also wanted to know if there is anyway to change the left position to the actual left side of the body instead of on the right above the right position.
    Thanks,
    Lewis

    Css Magician Friend
    #333345

    Dear tachito,

    Please edit file template.css as follow:

    at line 674, change


    #ja-mainbody {
    float: left;
    width: 68%;
    }

    to


    #ja-mainbody {
    float: right;
    width: 68%;
    }

    at line 697 , change :


    #ja-colwrap {
    width: 32%;
    float: right;
    }

    to


    #ja-colwrap {
    width: 32%;
    float: left;
    }

    at line 702, change :


    #ja-colwrap .ja-innerpad {
    padding: 0 5px 0 10px;
    }

    to:


    #ja-colwrap .ja-innerpad {
    padding: 0 10px 0 5px;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 3 voices, and was last updated by  Css Magician 14 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum