Shopify themes, liquid, logos, and UX
Hi,
I'd like to increase the image width in Multicolumn 2 section in Mobile view
This is my url: https://189ee3-2.myshopify.com/
Thank you🤗
Solved! Go to the solution
This is an accepted solution.
okay, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media (max-width: 749px){
.section-template--16762544783542__multicolumn_znjWbh-padding .slider.slider--tablet .slider__slide {
max-width: 70%;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @collins276
If you like to increase the width of the image in the mobile possibility that it will only one image will shown and other image will be cut.
Its password protected.
Sorry, password's removed now. I'm totally fine with other images getting cropped.
This is an accepted solution.
okay, check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media (max-width: 749px){
.section-template--16762544783542__multicolumn_znjWbh-padding .slider.slider--tablet .slider__slide {
max-width: 70%;
}
}
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Thank you!!!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025