Shopify themes, liquid, logos, and UX
I have a Shopify site that has been fine until today I discovered my catalog page will not scroll. Debut theme, and this is the first time this has happened.When you go to my other pages they load and scroll fine. Catalog page will not scroll, so you can't see all my catalog categories. https://ace4parts.com
Catalog was created a year ago, and worked fine till today, or at least today I discovered the issue. Any help?
Solved! Go to the solution
This is an accepted solution.
css for desktop version
please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/theme.scss.liquid ->paste below code at the bottom of the file.
@media (min-width: 767px){
[id] .site-nav__dropdown {
position: fixed;
top: 185px!important;
width: 100%;
overflow: scroll !important;
height: 80% !important;
}
}
Thanks!
This is an accepted solution.
css for desktop version
please try this code 1. Go to Online Store->Theme->Edit code 2. Asset->/theme.scss.liquid ->paste below code at the bottom of the file.
@media (min-width: 767px){
[id] .site-nav__dropdown {
position: fixed;
top: 185px!important;
width: 100%;
overflow: scroll !important;
height: 80% !important;
}
}
Thanks!
That fixed it, and I thank you very much.
Craig
ACE4PARTS.COM
It does scroll. Your catalog is a dropdown menu which has a different behavior on different screen sizes. I think you should adjust the position of the dropdown on big screens, so it appears to really dropdown. Like now, it just looks, like a additional site is opening, when you click the catalog link. But its just a menu, which stays on top, until you decide where to go. If you resize your window to a smaller size, you will see the difference, because the adjustments are better for small screen sizes.
Try to position the dropdown menu on big screens a little bit lower, so it will look like it belongs to the navbar again. This should resolve the confusion about scrolling
User | RANK |
---|---|
229 | |
165 | |
66 | |
55 | |
49 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023