All things Shopify and commerce
how do i get 4 product cards to a row on my home page?
Hi @Alex419, you don't need to do it all the time, because most of the themes have built-in feature, but still I would like to know which theme are you using? and can you share you store link?
Need a Shopify Expert and Specialist? Let's chat on WhatsApp +923046983349 and bring your vision to life!
Custom Shopify Store Design | Premium Themes | Variant Apps Expert
Your Coffee Tip a seamless synergy. ☕❤️
HI @Alex419
Would you mind to share your store URL? Thanks!
Yes, thanks. is this for the mobile screen? Like this?
If it is check this code.
From you Admin page, go to Online Store > Themes
Select the theme you want to edit
Under the Asset folder, open the main.css(base.css, style.css or theme.css)
Then place the code below at the very bottom of the file.
@media screen and (max-width: 749px) {
.grid--2-col-tablet-down .grid__item {
width: 100%;
}
.grid__item {
max-width: 100%;
}
.contains-card--product .grid {
flex-direction: column;
}
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
im sorry, i unsuccessfully tried sending a screenshot of the problem and i guess my description of the problem wasn't very clear, but since then ive been able to resolve the issue myself. thank you for your effort to help me!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024