Increase Image Width

Solved

Increase Image Width

collins276
Trailblazer
213 1 32

Hi, 

I'd like to increase the image width in Multicolumn 2 section in Mobile view

This is my urlhttps://189ee3-2.myshopify.com/

Thank you🤗

 

Screenshot (2).png

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
10092 2398 3030

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:

Made4uoRibe_0-1713377208385.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Replies 4 (4)

Made4uo-Ribe
Shopify Partner
10092 2398 3030

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. 

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
collins276
Trailblazer
213 1 32

Sorry, password's removed now. I'm totally fine with other images getting cropped. 

Made4uo-Ribe
Shopify Partner
10092 2398 3030

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:

Made4uoRibe_0-1713377208385.png

 

 

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
collins276
Trailblazer
213 1 32

Thank you!!!