Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hello,
I need help to make these 3 items appear in one row on the laptop version.
For the mobile version, these items appear in 3 rows, which is the layout I want. Please do not change the way it looks on the mobile version, just my above request for the laptop version
Here is my website: https://wowberrybites.myshopify.com/
Thank you.
Solved! Go to the solution
This is an accepted solution.
Hello @winnado11,
Please add this code in your theme.min.css file at the bottom.
.custom-content__blocks {
display: flex !important;
}
@media only screen and (max-width: 768px){
.custom-content__blocks {
display: grid !important;
}
}
Hope this will work for you. If the code does not work as expected then please remove it.
iCart Cart Drawer Cart Upsell App
This is an accepted solution.
Hello @winnado11,
Please add this code in your theme.min.css file at the bottom.
.custom-content__blocks {
display: flex !important;
}
@media only screen and (max-width: 768px){
.custom-content__blocks {
display: grid !important;
}
}
Hope this will work for you. If the code does not work as expected then please remove it.
iCart Cart Drawer Cart Upsell App
Hey @winnado11!
It's my pleasure to help you out. Best wishes to you!
iCart Cart Drawer Cart Upsell App
User | RANK |
---|---|
114 | |
89 | |
69 | |
68 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022