Home Forums WoodMart support forum disable scalling

disable scalling

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #456674

    marcinbartkowiak1
    Participant

    Is it possible to disable scalling? I have old 2011 MacBook Air, with 11 inch screen, and everything is so big for me. Can i disable scalling on smaller desktop devices?

    #456739

    Hi,

    Yes, it is possible to disable scaling on smaller desktop devices in your WoodMart theme. You can achieve this by adding custom CSS code to your website. Here’s how you can do it:

    1. First, open the theme options of your WoodMart theme.
    2. Look for the “Custom CSS” field. This is where you’ll add the code to disable scaling.
    3. Add the following CSS code to the “Custom CSS” field:

    @media (max-width: 1200px) {
      body {
        zoom: 80%;
        -moz-transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0;
      }
    }

    4. Save the changes to the CSS code and preview your website. Now, when your website is viewed on a device with a screen width of 1200 pixels or less (which includes your 11-inch MacBook Air), the content will be scaled down to 80% of its original size.

    Best Regards.

    #457571

    marcinbartkowiak1
    Participant

    Thanks! It worked

    I have another question. On the same page, i have problem with accordion block. I have 3 accordion items, and one of them is not showing correctly ONLY on Chrome. URL below:

    How can i fix that?

    #457771

    Hi,

    I have visited your website and not seen any accordion tab on this page.
    Clear your browser cache: Sometimes, issues with website display can be caused by cached data in your browser.

    Disable browser extensions: Browser extensions can sometimes interfere with website functionality. Try disabling any extensions you have installed in Chrome to see if this resolves the problem.
    Test on a different browser: Try viewing the website on a different browser, such as Firefox or Edge, to see if the problem persists.

    Best Regards.

    #457864

    marcinbartkowiak1
    Participant

    Hi,

    please visit it again. On adress “www.stronatestowa2.org.pl/test2” is accordion item (onscreen menu: STORE, ABOUT, INFO etc)

    That accordion item don’t work properly on chrome browser (check that site on chrome). How can i fix that?

    #458037

    Hi,

    I have visited your website on chrome browser and all the accordion tab is working fine:
    Video for clarification:
    https://youtu.be/jUcAQsYg4FE

    Clear your browser cache: Sometimes, issues with website display can be caused by cached data in your browser.

    Best Regards.

    #458069

    marcinbartkowiak1
    Participant

    Look again at Your video: when You click „about”, then „info” is going crazy to the right – that’s what i’m reporting.

    In my browser i have the same issue

    #458162

    Hi,

    Please deactivate all the 3rd party plugins and activate only theme-required plugins on the site and then check the issue. I am sure your issue will be solved. Then Activate the 3rd party plugins one by one and check which plugin is creating the issue for you.

    Otherwise, if the issue still exists then keep the 3rd party plugins deactivated and share the WP admin login details of your site so I will check and give you a possible solution.

    Best Regards.

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