Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!

Yuva Theme Banner Resizing

Yuva Theme Banner Resizing

Amystarr
Visitor
3 0 0

Screenshot 2025-06-03 at 11.52.50.png

Screenshot 2025-06-03 at 11.52.38.png

Screenshot 2025-06-03 at 11.52.27.png

 

Hello,

 

I'm having issues with my banner on the Yuva theme resizing and cropping off my banner when the screen is different sizes, this is a test banner so can be resized to anything that fits. Does anyone have a code that will fix the banner image in place and fit the space? I've tried a few of the codes found on here already and none of them work correctly. Would also appreciate if the mobile banner could be fixed in place too!

 

Thank you in advance! 🙂

Replies 4 (4)

websensepro
Shopify Partner
2102 262 311

Hello @Amystarr ,

Can you please share your store URL?

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Amystarr
Visitor
3 0 0
websensepro
Shopify Partner
2102 262 311

Hello @Amystarr ,

Try this code:
Go to online store > Edit code> Find base.css file and add this code at the end :

/* Default for desktop and larger screens */
.yv-image-banner-wrapper {
    height: fit-content;
}

/* For mobile devices */
@media screen and (max-width: 767px) {
    .yv-image-banner-wrapper {
        height: 56vh;
    }
}

 

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP
Amystarr
Visitor
3 0 0

Hello, thank you for sending this through so quickly! I'm afraid I can't find a bass.css file in my code, please see screenshot.

Screenshot 2025-06-03 at 12.30.01.png