How to make Landing Page Image smaller in Studio Theme?

How to make Landing Page Image smaller in Studio Theme?

GIREGGIA
Explorer
78 2 19

Hi,

 

How can I make the landing page image smaller without reducing other images. I need to adjust everytime I upload a new image. I don't want to affect the scale of other images for collection images or product images. Thanks in advance!

Reply 1 (1)

Moeed
Shopify Partner
7506 2028 2492

Hey @GIREGGIA 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

{% if template == 'index' %}
<style>
@media screen and (min-width: 768px) {
.collage__item--collection:only-child {
    max-width: 40rem !important;
}
}
</style>
{% endif %}

RESULT:

Moeed_0-1727937644234.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications