Increase image size only on 'text columns with images' [Spark Theme]

I’d like to increase the image sizes by about double (see image reference) for this section block.

I’ve located the code but I’m still very novice at this stuff…


Any help would be really appreciated!

@controlfreak

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Here is a preview URL link - let me know if you have any trouble

https://8oezl7a7jj4d52pr-54947414267.shopifypreview.com

Thank you!

@controlfreak

thanks for url

can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.text-columns-with-images__item-image {
    width: 180px;
    height: 180px;
}

Unfortunately, that didn’t seem to work.

@controlfreak

oh sorry i can’t see that code but don’t worry can you please go to your css file and find this class .text-columns-with-images__item-image or CSS line number 7673 and 7674 change width and height as you like

Since I’m on the trial version, I don’t have access to that CSS line of code.

I’m only able to see the css file for the debut theme I originally started with.

I’m assuming I’ll need to purchase before I can make these changes?

After purchasing the template, the code worked perfectly!

Thank you so much.

Hi Ketan,

My theme line numbers 7673 and 7674 don’t refence > .text-columns-with-images__item-image.

I’m also trying to widen image and text section to be wider but not having any luck.