test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • meerkatstudio Friend
    #199603

    hi,
    it’s possible remove bigger desktop style
    i want to obtain desktop view for all desktop pc (1200px in theme option)

    thanks

    Ninja Lead Moderator
    #542279

    This action will overwrite all customized css styles on your site, please backup all css files on your site first and then proceed to change in templates/ja_decor/less/variables.less file

    Change

    // Large screen / wide desktop
    // Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
    @screen-lg: 1400px;

    To

    // Large screen / wide desktop
    // Note: Deprecated @screen-lg and @screen-lg-desktop as of v3.0.1
    @screen-lg: 1200px;

    Once done go Template Manager > JA Decor template and click Compile LESS to CSS

    meerkatstudio Friend
    #542391

    hi,

    sorry but not funcion for me
    the template bigger desktop view is visible

    please check another solution

    Ninja Lead Moderator
    #542532

    You can try to do other way again

    + Open templates/ja_decor/css/custom.css file and add script below

    @media (min-width: 1201px) {
    .container {
    width: 1200px !important;
    }
    }

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

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

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