Solved

How to make the slideshow image bigger?

Matt789
Tourist
10 0 1

How to I make the slideshow image bigger? I want for it to cover the whole (or almost) screen on desktop and mobile. Thanks.

 

My store - https://nebulalights-17.myshopify.com/

Accepted Solutions (2)

Moeed
Shopify Partner
3695 931 1164

This is an accepted solution.

Hey @Matt789 

Place this code in your theme.liquid file before </body>

<style>
.hero__inner.media-content {
    height: 700px;
}
</style>


If this helps you, don't forget to Mark it as Solution! 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Moeed
Shopify Partner
3695 931 1164

This is an accepted solution.

Place this code above </style> in theme.liquid

.hero__text-wrapper {
    margin-top: 200px;
}

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

View solution in original post

Replies 4 (4)

Moeed
Shopify Partner
3695 931 1164

This is an accepted solution.

Hey @Matt789 

Place this code in your theme.liquid file before </body>

<style>
.hero__inner.media-content {
    height: 700px;
}
</style>


If this helps you, don't forget to Mark it as Solution! 

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️
Matt789
Tourist
10 0 1

And how do I make it so that the text and the button on the slideshow are both a bit lower on the screen?

 

Moeed
Shopify Partner
3695 931 1164

This is an accepted solution.

Place this code above </style> in theme.liquid

.hero__text-wrapper {
    margin-top: 200px;
}

Need a Shopify developer? Chat on WhatsApp


- For Shopify Design Changes | Shopify Custom Coding | Custom Modifications
- Your Coffee Tip and my code, A perfect blend. ❤️

PageFly-Kate
Shopify Partner
1082 324 318

@Matt789 

 

This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/theme.scss->paste below code at the bottom of the file:

.hero-section .hero--small {
    height: 100vh !important;
}
.hero-section .hero__inner.media-content {
    height: auto !important;
}

I hope it would help you
Best regards,

Kate | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.