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!!!
Learn 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, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025