Shopify themes, liquid, logos, and UX
I have inserted several iframes of Amazon via html. In desktop view it looks okay, but when viewed in mobile the iframes do not align. I would want to make them in one column when viewed via mobile like this: https://upliftfitnutrition.com/best-non-toxic-products/
I already tried flexbox, @media screen code, div class but nothing works. Can someone help me? Thanks.
Solved! Go to the solution
This is an accepted solution.
Hello @LianCC Please copy and paste below CSS code in your theme.liquid file above </body>
<style>
@media(max-width: 767px){
center {
display: flex;
flex-direction: column;
align-items: center;
}
}
</style>
Please let me know if works and mark as solve!
@LianCC Please provide store URL so I can check.
This is an accepted solution.
Hello @LianCC Please copy and paste below CSS code in your theme.liquid file above </body>
<style>
@media(max-width: 767px){
center {
display: flex;
flex-direction: column;
align-items: center;
}
}
</style>
Please let me know if works and mark as solve!
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