Shopify themes, liquid, logos, and UX
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
they remain like this
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
Solved! Go to the solution
This is an accepted solution.
thank you, can you help me about the sold out not showing problem?
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>
my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
thank you, can you help me about the sold out not showing problem?
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025