Shopify themes, liquid, logos, and UX
Hello there,
I'm trying to change the height of my mobile version main banner to full screen height, but I failed.
This is recent condition
The Goal
I hope that someone can help me.
Thanks in advance.
Hello @JosephineJoseph
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
@media (max-width: 767px ) {
.collection-section:first-child .collection-bg-image {
height: 100vh;
}
}
</style>
Your banner show like this
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
can you please share store url
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025