Solved

Why does my Shopify Debut theme display products in 2x2 instead of 1x4 layout?

ShopFunFun
Tourist
9 0 6

Debut theme: i'm editing 4 products in my test columes, but always shows 2x2 lines , how could 4 types showed just in one line 1x4? i tried different size images but still have  same question. can anyone help? thank you in advance!

Accepted Solution (1)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@ShopFunFun 

thanks for store URL can you please try this code

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css ->paste below code at the bottom of the file.
this code apply for after 5 - 6 second

@media only screen and (min-width: 750px) {
#shopify-section-feature-columns .medium-up--one-half {
    width: 25%;
    clear: none;
}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 12 (12)