Shopify themes, liquid, logos, and UX
Running into an issue where without the following code two scroll bars appear on the side:
#MainContent {
overflow-x: hidden !important;
overflow-y: hidden !important;}
When I add this content to the bottom of theme.liquid the issue is resolved but now the code is displayed underneath my footer. Increasing my footer margin to cover the code or putting the lines of code anywhere else in the theme.liquid (within the body or <style>) re-introduces the two scroll bar issue.
Please help!
Website: https://asprovski.com/
Password: membersgetaccess
Solved! Go to the solution
This is an accepted solution.
@N_ASP I have checked your code. You can remove the code for #MainContent from your theme and try adding code below to the bottom of your base.css file.
.scroll-trigger.animate--slide-in {
transform: none !important;
}
This is an accepted solution.
@N_ASP I have checked your code. You can remove the code for #MainContent from your theme and try adding code below to the bottom of your base.css file.
.scroll-trigger.animate--slide-in {
transform: none !important;
}
This worked seamlessly. Thank you very much.
Hi @N_ASP
You just need to remove the code here and it will work as expected
Before https://prnt.sc/WnTGbwMURzF4
After https://prnt.sc/YQeClbgu3kvK
I hope this helps
Best,
Daisy
Hi @N_ASP,
Please follow these steps:
- Step 1: Go to base.css file and remove code here:
- Step 2: Go to theme.liquid file, find 'hidden !important' and remove code here:
Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024