Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • micker Friend
    #182619

    hello
    how to change default width of template ?
    regards

    Ninja Lead Moderator
    #474505

    What JA template are you using with JAT3v3? I would need to take a closer look at your site. Please include your site URL here for further investigation

    micker Friend
    #474539

    hello
    i will upload my site but i use ja t3v3 blank
    an other question how is the best way to customize css and continu to update framework and template
    (i want to fixe header and navigation to top)
    regards

    Ninja Lead Moderator
    #474665

    Because ja t3v3 blank is using bootstrap and less you need to understand anything before inprocess to change it
    <blockquote>Open plugins/system/jat3v3/t3v3base/bootstrap/less/mixins.less file</blockquote>
    from

    .container-fixed() {
    margin-right: auto;
    margin-left: auto;
    .clearfix();
    }

    change

    .container-fixed() {
    .clearfix();
    }

    <blockquote>Open templates/ja_t3v3_blank/less/layout.less file</blockquote>
    from

    .wrap {
    width: auto;
    clear: both;
    }

    change

    .wrap {
    width: 800px;
    clear: both;
    }

    <blockquote>Open templates/ja_t3v3_blank/less/variables.less file</blockquote>
    from

    // 1200px min
    @T3gridWidth1200: 1200px; // T3 add
    @gridGutterWidth1200: 40px;
    @gridColumnWidth1200: floor((@T3gridWidth1200 - @gridGutterWidth1200 * (@gridColumns - 1)) / @gridColumns);
    @gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));

    change to

    // 1200px min
    @T3gridWidth1200: 800px; // T3 add
    @gridGutterWidth1200: 40px;
    @gridColumnWidth1200: floor((@T3gridWidth1200 - @gridGutterWidth1200 * (@gridColumns - 1)) / @gridColumns);
    @gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));

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

This topic contains 4 replies, has 2 voices, and was last updated by  Ninja Lead 11 years, 5 months ago.

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