Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • juanjovv Friend
    #182463

    Hello

    I am looking for about my question, but I do not find any answer help me.

    I need move left and right module positions, from right to left.

    I think I must edit default layout blocks, but I do not understand how blocks need changes, because I can not see any left or right block.

    Sorry, but I can not understand T3 Framework.

    Thank you very much

    TomC Moderator
    #473824

    Here are some suggestions to try . . . .

    To move the column from right to left:

    Within file path –> /plugins/system/jat3/jat3/base-themes/default/css/layout.css

    at/about line 17, you will see the following:

    .column {
    float: left;
    overflow: hidden;
    }

    change as follows . . .

    .column {
    float: right;
    overflow: hidden;
    }

    Styling the column:

    Within file path –> /templates/ja_business/css/layout.css

    at/about line 33, you will see the following:

    .ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
    margin-left: 40px;
    margin-right: 0;
    }

    modify as follows:


    .ja-inset2 div.ja-moduletable, .ja-inset2 .div.moduletable, .ja-inset2 div.ja-module, .ja-inset2 div.module {
    margin-left: 0;
    margin-right: 40px;
    }

    Let me know if this is the result you were wanting to achieve.

    juanjovv Friend
    #473842

    Works Prefectly

    I thought I could make it through template layouts.

    Thank you very much

    TomC Moderator
    #473844

    Most Welcome … Glad I could be of assistance.

    All the best with your continuing site development !!!

    😀

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

This topic contains 4 replies, has 2 voices, and was last updated by  TomC 11 years, 6 months ago.

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