Shopify themes, liquid, logos, and UX
Hi, can anyone help me move this item to the middle of the line ?
it has a minimum of 2 so there is actually an empty one on the left which i can't get rid of:
https://a700ea-98.myshopify.com/
- Here is the solution for you @Daniel19901
- Please follow these steps:
- Then find the base.css or theme.css file.
- Then add the following code at the end of the file and press 'Save' to save it.
@media screen and (min-width: 768px) {
.multicolumn.card-grid.card-grid--2 {
--card-grid-per-row: 1 !important;
}
}
- Here is the result you will achieve:
- Please press 'Like' and mark it as 'Solution' if you find it helpful. Thank you.
If our suggestions are useful, please let us know by giving it a like or marking it as a solution.
Salepify: Efficiently increase sales conversion with sale-driven features like auto add to cart, free gifts (free plan available)
Salemate: Boost your AVO with 2-layer offer, countdown upsell in your post purchase page
@Daniel19901 - please add this css to the very end of your theme.css file and check,
Shopify Admin -> Online Store ->Theme -> Edit code -> theme.css
@media screen and (min-width: 768px) {
.card-grid--2 {
--card-grid-per-row: 1;
}
}
Hello @Daniel19901
Go to online store ---------> themes --------------> actions ------> edit code------->theme.css ----> line number 9030
search this code
@media screen and (min-width: 768px) {
.card-grid--2 {
--card-grid-per-row: 2;
}
}
and repalce with this code
@media screen and (min-width: 768px) {
.card-grid--2 {
--card-grid-per-row: 1 !important;
}
}
result
If this was helpful, hit the like button and accept the solution.
Thanks
Hey 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, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025