Shopify themes, liquid, logos, and UX
Hi there,
I like how this page on my shop looks on Desktop.
https://www.quiztrail.co.uk/pages/stockists-1
Is it possible for Mobile to make it so two images show on a row rather than one long column?
Thank you.
Solved! Go to the solution
This is an accepted solution.
Hi @quiztrail ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:
@media (max-width: 480px) {
.template-page #MainContent .rte a:not(.btn) {
max-width: 45%;
display: inline-block;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
This is an accepted solution.
Hi @quiztrail ,
You can follow the instruction below:
1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:
@media (max-width: 480px) {
.template-page #MainContent .rte a:not(.btn) {
max-width: 45%;
display: inline-block;
}
}
If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.
Hi, sorry for the delay in replying. Thank you so much - that has worked! 🙂
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