Make image sizes smaller in Gecko Theme

Solved
dommj00
Tourist
6 0 1

Hey all, I'm trying to make my images smaller but I can't seem to figure out how. This is my website: www.glasgwrd.com. Please help

Accepted Solution (1)
KetanKumar
Shopify Partner
36579 3627 11809

This is an accepted solution.

@dommj00 

sorry for this please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/style.min.css ->paste below code at the bottom of the file.
3. this code apply for after 5 - 6 second

.product-inner.pr .jas-product-image.pr.oh {height: auto;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 9 (9)
KetanKumar
Shopify Partner
36579 3627 11809

@dommj00 

sorry for this issue 

if possible to share issue images?

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dommj00
Tourist
6 0 1

help1.jpghelp2.jpg

When in their respective categories, not on the homepage, the images are overall a better size, but they're just too large on the home page.

KetanKumar
Shopify Partner
36579 3627 11809

@dommj00 

i thinks is fine as per you store design

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
dommj00
Tourist
6 0 1

I wanted to get the items to be less rectangular and more like a square.

KetanKumar
Shopify Partner
36579 3627 11809

@dommj00 

oh, i see sorry for confusion 

do you have like this?

KetanKumar_0-1621051023850.png

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Kinjaldavra
Shopify Partner
2302 569 1414

hello @dommj00

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

    #shopify-section-1514546448766 .jas_custom_1514546448766 .products.jas-row .jas-grid-item .product-inner.pr  .jas-product-image.pr.oh{
        height: 220px !important;
}

 

dommj00
Tourist
6 0 1

Hi,

thanks for your response. I only see I only see /theme.scss.liquid.

dommj00
Tourist
6 0 1

I should add in style.css file at the bottom, right?

 

KetanKumar
Shopify Partner
36579 3627 11809

This is an accepted solution.

@dommj00 

sorry for this please add this code

1. Go to Online Store->Theme->Edit code
2. Asset->/style.min.css ->paste below code at the bottom of the file.
3. this code apply for after 5 - 6 second

.product-inner.pr .jas-product-image.pr.oh {height: auto;}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing