Home › Forums › WoodMart support forum › disable scalling
disable scalling
- This topic has 7 replies, 2 voices, and was last updated 1 year, 8 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 3, 2023 at 2:09 pm #456674
marcinbartkowiak1ParticipantIs 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?
April 3, 2023 at 3:57 pm #456739
Aizaz Imtiaz AwanKeymasterHi,
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.
April 5, 2023 at 5:51 pm #457571
marcinbartkowiak1ParticipantThanks! 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?
April 6, 2023 at 12:41 pm #457771
Aizaz Imtiaz AwanKeymasterHi,
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.
April 6, 2023 at 4:10 pm #457864
marcinbartkowiak1ParticipantHi,
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?
April 7, 2023 at 9:38 am #458037
Aizaz Imtiaz AwanKeymasterHi,
I have visited your website on chrome browser and all the accordion tab is working fine:
Video for clarification:
https://youtu.be/jUcAQsYg4FEClear your browser cache: Sometimes, issues with website display can be caused by cached data in your browser.
Best Regards.
April 7, 2023 at 10:27 am #458069
marcinbartkowiak1ParticipantLook 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
April 7, 2023 at 3:57 pm #458162
Aizaz Imtiaz AwanKeymasterHi,
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.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register