Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hey there!
I'm using the IMPACT theme by Maestrooo.
I'm looking to 'stack' the 3 logos and text on mobile instead of having a carousel.
The theme does't allow this feature. It's on the home page and looks like this:
Website is: https://nuts-for-cheese.myshopify.com/
passcode: admin
Any pointers would be great! thank you.
Solved! Go to the solution
This is an accepted solution.
@CarrieT - add these lines too, justify-content: center; align-items: center;
so it becomes
@media screen and (max-width:749px){
.text-with-icons__list{display: flex; flex-direction: column;
justify-content: center; align-items: center;}
}
Hey @suyash1 !
Thanks for jumping in. I really appreciate your help.
It's almost there! I just need the items to be centered now 🙂
This is an accepted solution.
@CarrieT - add these lines too, justify-content: center; align-items: center;
so it becomes
@media screen and (max-width:749px){
.text-with-icons__list{display: flex; flex-direction: column;
justify-content: center; align-items: center;}
}
THANK YOU!!!
IT'S PERFECT!
I have another question if you have a moment?
Are we able to stack the icons on mobile to be in rows of 3 instead of 2?
This is the page:
https://nuts-for-cheese.myshopify.com/products/artichoke-herb
@suyash1 This is great 🙂
For some reason it's not working on devices between around 863 and 700 px.
I tried the important tag on each declaration with no luck. Any thoughts?
I have it currently set to any device below 1150px.
I've found the issue but can't seem to over-ride it.
If I change:
@media screen and (min-width: 700px)
.logo-list {
gap: var(--spacing-6);
}
To:
@media screen and (min-width: 700px)
.logo-list {
gap: var(--spacing-3);
}
It seems to work in the inspector tool but can't seem to get it to stick in my theme CSS.
Thank you in advance!
Hi, im using Focal by Maestroo. is it possible to have it in carousel but 2 in a row
similar to this