Re: How to prevent stacking on mobile

How to prevent stacking on mobile

lovemade14
Tourist
7 0 1

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!

Replies 5 (5)

Moeed
Shopify Partner
7715 2071 2550

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

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


lovemade14
Tourist
7 0 1

the URL to my store is https://thelovemadehome.com/

is that fine?

Moeed
Shopify Partner
7715 2071 2550

Can you share a screenshot which explains the problem in detail because there seems to be some confusion for me.

 

Best Regards,

Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


lovemade14
Tourist
7 0 1

This section is stacking on mobile and it is distracting because it takes up a lot of the screen.Screenshot 2024-10-23 1.15.02 PM.png

PageFly-Richard
Shopify Partner
5011 1120 1805

 

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>

PageFlyRichard_0-1729732646429.png

 

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.