All things Shopify and commerce
Hoping someone can help me - in the multicolumn container at the bottom of my homepage, there is a single button that says "Verses we love" - https://29and11.com/. However when you go into the mobile view, the button that was once under the pictures is now just a link above the pictures and below the heading. Can someone tell me how to turn into a button that resides under the pictures in the mobile version?
Thank you!!
Solved! Go to the solution
This is an accepted solution.
Hi there,
Add the following code to your theme.liquid file just before the </body> tag to solve that issue.
<style>
@media screen and (max-width: 989px) {
.multicolumn .center.small-hide.medium-hide {
display: block !important;
}
.multicolumn .title-wrapper-with-link .large-up-hide {
display: none;
}
}
</style>
Thanks,
Blake @ Futuremerce
★ Need help with your store? Feel free to reach out ★
https://www.futuremerce.com
hello@futuremerce.co
This is an accepted solution.
Hi there,
Add the following code to your theme.liquid file just before the </body> tag to solve that issue.
<style>
@media screen and (max-width: 989px) {
.multicolumn .center.small-hide.medium-hide {
display: block !important;
}
.multicolumn .title-wrapper-with-link .large-up-hide {
display: none;
}
}
</style>
Thanks,
Blake @ Futuremerce
★ Need help with your store? Feel free to reach out ★
https://www.futuremerce.com
hello@futuremerce.co
Hi Blake, That worked perfectly - thank you!!!
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025