Shopify themes, liquid, logos, and UX
Hi, I would like to make all the items on the same row. www.dtffox.com
Thank you in advance!
Solved! Go to the solution
This is an accepted solution.
Hey @dtffox ,
Please navigate to theme customized, and click on setting and find custom code at the end, and paste this code there, the code will work dynamically like if you add more products then it will be start from new row. without disturbing any other properties of the current theme. If my solution worked then accept it.
.grid.grid--layout.grid-4.grid-portable-3.grid-lap-2.grid-palm-1.grid--align-items-stretch {
display: grid;
grid-template-columns: repeat(auto-fill,minmax(137px,1fr));
grid-column-gap: 6px;
grid-row-gap: 35px;
}
output:
code pasting place:
Hi Dtffox,
Kindly share your store Password.
Thanks
My apologies, I didn't know it had a password enabled. It should be turned off now.
Hello there,
In Shopify Admin, navigate to "Edit theme code", then open the "base.css" file and add the following code at the end:
.mount-css-slider.grid--align-items-stretch {
display: grid;
grid-template-columns: repeat(8,1fr);
}
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Hello @dtffox
password?
My apologies, I didn't know it had a password enabled. It should be turned off now.
This is an accepted solution.
Hey @dtffox ,
Please navigate to theme customized, and click on setting and find custom code at the end, and paste this code there, the code will work dynamically like if you add more products then it will be start from new row. without disturbing any other properties of the current theme. If my solution worked then accept it.
.grid.grid--layout.grid-4.grid-portable-3.grid-lap-2.grid-palm-1.grid--align-items-stretch {
display: grid;
grid-template-columns: repeat(auto-fill,minmax(137px,1fr));
grid-column-gap: 6px;
grid-row-gap: 35px;
}
output:
code pasting place:
That worked PERFECTLY...thank you!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024