Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • mitov Friend
    #141253

    Hi,

    I want to move the 2 side columns to the left side of the page, instead of having them on the right. Can this be done?

    What do i need to change and where?

    Thanks in advance.

    theprofessor Friend
    #304873

    Do you have a live url?

    mitov Friend
    #304875
    nguyenhuu quang Friend
    #304883

    template.css (line 751)

    .w1 {
    float:left;
    width:66%;
    }

    replace with:

    .w1 {
    float:right;
    width:66%;
    }

    nguyenhuu quang Friend
    #304884

    and
    template.css (line 754)

    .w2 {
    float:right;
    width:34%;
    }

    replace with

    .w2 {
    float:left;
    width:34%;
    }

    nguyenhuu quang Friend
    #304885

    and template.css (line 768)

    #ja-cols .inner {
    padding-left:20px;
    }

    replace with

    #ja-cols .inner {
    padding-right:20px;
    }

    that s All

    nguyenhuu quang Friend
    #304886

    sory it is ok but better if you continuous with:

    template.css (line 363)

    ul.pagination {
    margin:15px auto 0;
    padding:0;
    }

    replace with

    ul.pagination {
    margin:15px auto 0;
    padding:0;
    text-align:center;
    }

    and at bottom of css file add:

    .counter{
    text-align:center;
    }

    Better for you at pagination, and counter of bottom fontpage.

    mitov Friend
    #305068

    Thank you, thats perfect!

    abuhabib Friend
    #450603

    Hi ,

    How to do the same thing for ja teline iv

    abuhabib Friend
    #450716

    I solved it ,

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

This topic contains 10 replies, has 4 voices, and was last updated by  abuhabib 12 years ago.

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