What's your biggest current challenge? Have your say in Community Polls along the right column.

product grid visualization mobile

Solved

product grid visualization mobile

filippo9
Tourist
6 1 1

hi, i can’t change the way the products are seen in the mobile website

 

 https://eaqmedeccpl74e37-87182639438.shopifypreview.com

 

i tried with this but nothing change

filippo9_0-1732618560448.png

 

they remain like this

filippo9_1-1732618560495.png

 

 

and i can’t understand what the black rectangle in the bottom is

plus, some product say sold out and some not even if i put everything on 0

filippo9_2-1732618560522.png

 

 

 

Accepted Solution (1)
filippo9
Tourist
6 1 1

This is an accepted solution.

thank you, can you help me about the sold out not showing problem?

View solution in original post

Replies 2 (2)

Tech_Coding
Shopify Partner
417 110 98

Hello @filippo9 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (min-width:767px){
    #product-grid .card-wrapper{
        padding: 0 !important;
    }
}
</style>

Tech_Coding_0-1732619323263.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
filippo9
Tourist
6 1 1

This is an accepted solution.

thank you, can you help me about the sold out not showing problem?