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:
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024