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
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025