Shopify themes, liquid, logos, and UX
hi can you help me align the text that says ''3 products'' to the left for the mobile version only
thank you
Pass: biangu
https://matibrnd.com/collections/hoodies
Solved! Go to the solution
This is an accepted solution.
Hi @MT27 ,
Result:
To get the above result, you can follow the following steps:
Step 1: Go to admin -> select Online store -> Themes -> Edit code
Step 2: Add the following code at the end of the base.css file
@media only screen and (max-width: 750px) { .facets-container { display: flex; flex-direction: column; } .product-count.light.medium-hide.large-up-hide { width: 100%; display: flex; margin-left: 100px; justify-content: flex-start; } }
Hope it helps @MT27
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
Hey @MT27
I hope you are well and safe!!
Please use this code in base.css file
@media screen and (max-width: 749px) {
.collection ul#product-grid li.grid__item {
width: 32%;
}
}
Thanks
i want the text to move not the products
This is an accepted solution.
Hi @MT27 ,
Result:
To get the above result, you can follow the following steps:
Step 1: Go to admin -> select Online store -> Themes -> Edit code
Step 2: Add the following code at the end of the base.css file
@media only screen and (max-width: 750px) { .facets-container { display: flex; flex-direction: column; } .product-count.light.medium-hide.large-up-hide { width: 100%; display: flex; margin-left: 100px; justify-content: flex-start; } }
Hope it helps @MT27
If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here ☕.
B2B Solution & Custom Pricing | Product Labels by BSS
Need help from our expert? Kindly share your request with us via community@bsscommerce.com
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