Shopify themes, liquid, logos, and UX
how can I make the collection list to be from top to bottom instead of the slide?
https://kuvq35v048r9s4jn-52839809193.shopifypreview.com
thanks in advance
I can almost mark it as a solution thank you.
But when you slide accidentally to the right, there is a big white block.
how can it be fixed?
Hi @orhl1234,
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code just above tag </body>
<style>
@media screen and (max-width: 749px) {
#shopify-section-template--17519328198825__16e24524-2040-41a4-b5ca-3a425d62879b .swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
display: flex;
box-sizing: content-box;
flex-direction: column;
gap: 20px;
}
#shopify-section-template--17519328198825__16e24524-2040-41a4-b5ca-3a425d62879b .card-slider .card-slider__slide {
width: 100%;
}
}
</style>
If you require further help to optimize your store, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Makka
I can almost mark it as a solution thank you.
But when you slide accidentally to the right, there is a big white block.
how can it be fixed?
Hi @orhl1234 ,
Can you provide a full screenshot of the issue? Currently on my end, I cannot scroll the section.
Thank you
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025