Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • sky Friend
    #941444

    I want to show desktop view layout in ipad, and I tried to set below. but this is not wroking like a desktop view.
    http://screencast.com/t/FxYw6gut

    Saguaros Moderator
    #942040

    Hi

    You can try with this tweak:

    • Go to less file: ROOT/templates/ja_megastore/less/variables.less

    • Look for the rule of Media queries breakpoints and change to this:
      
      // Media queries breakpoints
      // --------------------------------------------------</li>
      </ul>
      <p>// Extra small screen / phone
      // Note: Deprecated @screen-xs and @screen-phone as of v3.0.1
      @screen-xs:                  480px;
      @screen-xs-min:              @screen-xs;
      @screen-phone:               @screen-xs-min;</p>
      <p>// Small screen / tablet
      // Note: Deprecated @screen-sm and @screen-tablet as of v3.0.1
      @screen-sm:                  992px;
      @screen-sm-min:              @screen-sm;
      @screen-tablet:              @screen-sm-min;
      

      change the variable screen-sm to 992px as above.

      • If your site is running with Development Mode, refresh site to see change. If Dev Mode is OFF, you will have to compile less to css (in template manager) to see the affects (REMEMBER to backup all css files first as compiling less to css will override current css files)
    sky Friend
    #973660
    This reply has been marked as private.
    Saguaros Moderator
    #973666

    You can take a backup of your site and update the Admin & FTP account of your site, I will check it for you.

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 7 years, 11 months ago.

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