Category Section Layout: Mobile Views

Category Section Layout: Mobile Views

Sheeks
Pathfinder
109 1 16
Hi! Can I ask for more help?

  1. The Shopify shop, I mean the one I work on, looks like the first screenshot. However, the appearance on mobile different.
SHOPIFY (Mobile)
Sheeks_4-1727180196646.png

 

MY STORE (phone)

WhatsApp Image 2024-09-23 at 21.19.40 (1).jpeg

 This freak me out, I am not sure what to do. I have reached theme developer but nothing they can do. so i come here
pls help me

Replies 7 (7)

suyash1
Shopify Partner
9872 1228 1566

@Sheeks - have you set products to be viewed as slider in customize settings? do you have that option?

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
Sheeks
Pathfinder
109 1 16

Yes, I already click swipe

Sheeks_0-1727181834886.png

but weirdly mobile view in shopify is diff from my own phone

suyash1
Shopify Partner
9872 1228 1566

@Sheeks  please add this css to the very end of your base.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> base.css

 

@media (max-width: 767px) {
    .categories-box-list.mobile-swipe {
        grid-auto-flow: column;
        grid-auto-columns: minmax(calc(33vw - 40px), 1fr);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        grid-template-columns: unset;
        padding-bottom: 10pX;
    }
}
To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
Sheeks
Pathfinder
109 1 16

Sadly, its not working

 

suyash1
Shopify Partner
9872 1228 1566

@Sheeks - not seeing the code added, can you please add it to live theme? or accept me as collab? I will need theme rights

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me
Sheeks
Pathfinder
109 1 16

I already add, n its stays the same. so i remove it bfr i forget it
yes u can send me collaborate request, ill accept from there

suyash1
Shopify Partner
9872 1228 1566

@Sheeks - can you give me collab code? if you want then you can send here or on email below

To build shopify pages use pagefly | Contact me - suyash.patankar@gmail.com , My timezone is GMT+5:30. | Support me