Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Pankaj Sharma Moderator
    #1011213

    Hi
    Here is documentation help you to change the template width.

    Regards

    winbelltrade Friend
    #1011460

    Have gone through the documentation you sent and there is no place that Teline iv was mentioned. I followed the procedure listed but it does not applyto this template.

    Please anyone who could help is most welcone

    Pankaj Sharma Moderator
    #1011505

    Hi
    Your site is based on T3 integrated Bootstrap 2.
    You have to follow the same doc with procedure BS2 > http://prntscr.com/e9qs1y

    Open the templates/ja_template/less/variables.less file,
    You will see code like this

    / Default 940px grid
    // -------------------------
    @T3gridWidth:             980px;  // T3 add. For non-responsive layout.
    @gridColumns:             12;
    @gridGutterWidth:         4px;
    @gridColumnWidth:         floor((@T3gridWidth - @gridGutterWidth * (@gridColumns - 1)) / @gridColumns);
    @gridRowWidth:            (@gridColumns * @gridColumnWidth) + (@gridGutterWidth * (@gridColumns - 1));
    
    // 1200px min
    @T3gridWidth1200:         980px;  // T3 add
    @gridGutterWidth1200:     4px;
    @gridColumnWidth1200:     floor((@T3gridWidth1200 - @gridGutterWidth1200 * (@gridColumns - 1)) / @gridColumns);
    @gridRowWidth1200:        (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));
    
    // 980px-1199px
    @T3gridWidth980:          980px;  // T3 add
    @gridGutterWidth980:      4px;
    @gridColumnWidth980:      floor((@T3gridWidth980 - @gridGutterWidth980 * (@gridColumns - 1)) / @gridColumns);
    @gridRowWidth980:         (@gridColumns * @gridColumnWidth980) + (@gridGutterWidth980 * (@gridColumns - 1));
    
    // T3 Add: 768px-979px
    @T3gridWidth768:          740px;  // T3 add
    @gridGutterWidth768:      4px;
    @gridColumnWidth768:      floor((@T3gridWidth768 - @gridGutterWidth768 * (@gridColumns - 1)) / @gridColumns);
    @gridRowWidth768:         (@gridColumns * @gridColumnWidth768) + (@gridGutterWidth768 * (@gridColumns - 1));

    Now customise the size for responsive layouts as you wish.

    Next, compile LESS to CSS. From back-end of your site, go to Extensions >> Template Manager >> JA Template then clicks Compile LESS to CSS button so that the changes will be compiled to CSS file.

    Do not forget to take backup of the site before apply changes.

    Regards

    winbelltrade Friend
    #1012422

    I have followed the procedure and it worked like a charm. Thanks

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

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

The topic ‘How to Adjust Teline iv Template width to Full Screen’ is closed to new replies.