How to show 3 images in a row on PC but 2 images on mobile.

How to show 3 images in a row on PC but 2 images on mobile.

Minako85
Excursionist
38 0 11

Hi.

I'm having trouble adjusting certain section on our theme.

 

Theme: Impulse

Section name: Text columns with images

 

Right now, 3 images are shown in a row on PC and 1 image on mobile.

We want to adjust it so that we can show 2 images in a row on mobile.

 

https://store.aman.ne.jp/blogs/aman_feature_women/mother-s-day-gift-idea

Minako85_0-1723169648837.png

 

Any help will be greatly appreciated!

 

Replies 6 (6)

BSSCommerce-HDL
Shopify Partner
2017 708 865

Hi @Minako85

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

<style>
@media only screen and (max-width: 768px) {
  #shopify-section-template--18005167243490__text_columns_rRkhgm .grid {
    display: flex;
    flex-wrap: wrap;
  }
  #shopify-section-template--18005167243490__text_columns_rRkhgm .grid__item {
        width: calc(100% / 2) !important;
  }
}
</style>

Here is result: 

BSSCommerceHDL_0-1723170694542.png

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Minako85
Excursionist
38 0 11

Thank you so much!

I noticed that this code only works on this template.

Can you kindly advise where to change so that it applies on another template as well?

BSSCommerce-HDL
Shopify Partner
2017 708 865

Hi @Minako85Can you kindly share the details of your problem (link page) with us? We will check it and suggest you a solution if possible.

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency
Minako85
Excursionist
38 0 11

Hi @BSSCommerce-HDL  Thank you for your prompt reply!

There's a template I'm editing right now that is still unpublished. As you can see, the code is not working.

 

Minako85_0-1723174142459.png

 

BSSCommerce-HDL
Shopify Partner
2017 708 865

@Minako85, Can you share preview link with me?

If our suggestions are useful, please let us know by giving it a like, marking it as a solution, or donating here .


B2B Solution & Custom Pricing | Product Labels by BSS


Need help from our expert? Kindly share your request with us via community@bsscommerce.com


BSS Commerce - Full-service eCommerce Agency