Solved

Venture Theme - How to Resize the Images in "Text Column with Images" Section

jkids
Tourist
12 0 0

I would like to resize the images in "text column with images" section to be the size of images in "collection list" section.

If you see below... the 4 icons for "Animals, Flowers, Designer, Essential" (collections) are much smaller. Basically, I'd like to make the size of the 3 icons for "fresh and fun, education, inclusive" smaller.

Would someone suggest how I can do this please? Grateful for the help.

 

Resize Text Column with Image.png

Accepted Solution (1)
KuldeepKumar20
Shopify Partner
279 34 62

This is an accepted solution.

HI, Open edit your theme.scss file from admin panel and add code bellow in the file.

 

@media only screen and (min-width: 750px){
.template-index .column-flex__image {
height: 204px;
width: 204px;
background-position: 100% 100% !important;
margin: 0 auto;
}
}

Thanks

 

 

 

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: kuldeep200395@gmail.com

View solution in original post

Replies 5 (5)

KuldeepKumar20
Shopify Partner
279 34 62

Could you share me the shop URL?

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: kuldeep200395@gmail.com
jkids
Tourist
12 0 0

Yes, of course! You can access the store here.

The temporary storefront pass is: ocinuj

KuldeepKumar20
Shopify Partner
279 34 62

This is an accepted solution.

HI, Open edit your theme.scss file from admin panel and add code bellow in the file.

 

@media only screen and (min-width: 750px){
.template-index .column-flex__image {
height: 204px;
width: 204px;
background-position: 100% 100% !important;
margin: 0 auto;
}
}

Thanks

 

 

 

For Design, Development and custom changes Hire Me.
If your problem solved then Like & Accept this Solution.
Email ID: kuldeep200395@gmail.com
jkids
Tourist
12 0 0

It works well, thank you for your help! 

Really appreciated

czunidavid
Visitor
1 0 0

Hi

I've got the same problem but in Debut Theme. Unfortunately, the above code does not work for me.  Shall I modify the code somehow?

I appreciate it if you could help me! 

 

Dávid