Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • stephen123 Friend
    #117007

    Is there a simple way to move the “left” position in this template (JA-Altair) so it goes to the left column instead of the right column?

    rowby Friend
    #210215

    Hi all

    I would like to know the answer to this too, for this template. (The wide version).

    Thanks

    Rowby

    scottev Friend
    #210501

    I wouldn’t expect a timely reply. These people are asleep at the wheel. Sad, really, because they are great templates but no support.

    leadict Friend
    #210507

    To solve this question (I’m a simple user):

    If you want to move modules to left position, you only need to change “float position” for some classes in template css.

    #content {
    padding: 20px 20px 40px;
    width: 540px!important;
    width: 580px;
    float: right;
    background: #F4F8F4;
    }

    #content-full {
    padding: 20px 20px 40px;
    width: 730px!important;
    width: 770px;
    float: right;
    background: #F4F8F4;

    #rightcol {
    margin: 0;
    width: 185px;
    float: left;
    overflow: hidden;
    }

    Regards

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

This topic contains 4 replies, has 4 voices, and was last updated by  leadict 18 years, 2 months ago.

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