Shopify themes, liquid, logos, and UX
I'm currently using the CRAFT theme for my store and have a "Footer promotions" section that stacks on mobile and is very distracting. The developers don't have an easy way on the customization page to fix this so is there a code I can apply? Thank you!
Hey @lovemade14
Welcome to Shopify Community! Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Can you share a screenshot which explains the problem in detail because there seems to be some confusion for me.
Best Regards,
Moeed
This section is stacking on mobile and it is distracting because it takes up a lot of the screen.
Hi @lovemade14
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the </head> to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the </head>
<style>
@media (max-width: 767px) {
.page-width.footer-promotions {
width: 100%;
padding: 0;
}
.footer-promotion.color-scheme-1 {
padding: 0;
}
.page-width.footer-promotions [data-view="3-1"] .grid-item {
flex: 0 0 49%;
}
}
</style>
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
All features are available from Free plan. Live Chat Support is available 24/7.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025