test
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Dheeraj Bothra Friend
    #935888

    Hi i want full width of container in desktop. how to do this.

    Saguaros Moderator
    #936612

    Hi Dheeraj Bothra,

    The container width is defined via the file: ROOT/templates/ja_elicyon/less/variables.less

    // Container sizes
    // --------------------------------------------------
    
    // Small screen / tablet
    @container-tablet:             ((700px + @grid-gutter-width));
    @container-sm:                 @container-tablet;
    
    // Medium screen / desktop
    @container-desktop:            ((930px + @grid-gutter-width));
    @container-md:                 @container-desktop;
    
    // Large screen / wide desktop
    @container-large-desktop:      ((1140px + @grid-gutter-width));
    @container-lg:                 @container-large-desktop;
    
    // Very Large screen
    @container-hd-desktop:         (1140px /20) *8 + 1200px;
    @container-hd:                 @container-hd-desktop;

    You can change to the value which suits your need.

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

This topic contains 1 reply, has 2 voices, and was last updated by  Saguaros 8 years, 6 months ago.

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