Shopify themes, liquid, logos, and UX
Hi I am trying to make my image banner longer.,
how can I do it please?
Warm regards.
Solved! Go to the solution
This is an accepted solution.
Hello @Artez ,
Navigate to Online Store > Themes > click on Edit code.
Locate and open the theme.css or base.css file. Scroll to the bottom and add the following CSS code:
div#Banner-template--18541339115701__image_banner {
height: 100vh !important;
}
Thanks!
Hello Artez,
Hi @Artez ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
.banner.banner--content-align-center.banner--content-align-mobile-center.banner--large.banner--desktop-transparent.scroll-trigger.animate--fade-in {
height: 95vh !important;
}
Result:
If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! 🚀 (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!
don't work
Hi @Artez try this
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
.banner.banner--content-align-center.banner--content-align-mobile-center.banner--large.banner--desktop-transparent.scroll-trigger.animate--fade-in {
height: 95vh !important;
}
</style>
Hello @Artez
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
@media screen and (max-width: 767px) {
#Banner-template--18541339115701__image_banner .banner--large:not(.banner--mobile-bottom):not(.banner--adapt) .banner__content {
min-height: 47rem !important;
background-size: contain !important;
}
}
</style>
RESULT:
My reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
nothing on my side
Hi @Artez,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.css / based.css file and paste the code in the bottom of the file.
div#Banner-template--18541339115701__image_banner {
height: 100vh !important;
}
Thanks!
This is an accepted solution.
Hello @Artez ,
Navigate to Online Store > Themes > click on Edit code.
Locate and open the theme.css or base.css file. Scroll to the bottom and add the following CSS code:
div#Banner-template--18541339115701__image_banner {
height: 100vh !important;
}
Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025