Issue: Mobile banners (two half-banners and one full-banner) were not full-width; the full banner appeared small with extra space below. Theme lacked mobile controls.
Key steps taken (CSS changes):
In rt-application.css, set banner lists to respect full width: .unero-banners-metro ul, .unero-banners-grid ul { margin: 0 -5px; padding: 0; max-width: 100% !important; }.
Initially suggested removing spacing: in theme.css, .row.empty_space { height: 0 !important; }. OP instead wanted to increase the image’s mobile height, not remove space.
Mobile-only adjustments (media query at max-width: 767px):
• Ensure half-banner images cover and scale: .unero-banners-grid ul li img { object-fit: cover; width: 100%; }.
• Specifically increase the full banner height: .vc_single_image-img.attachment-full { height: 32vh !important; }. (vh = viewport height units.)
Browser note: Changes initially didn’t appear in Chrome but were later confirmed working.
Outcome: The full banner now fills more vertical space on mobile, half-banners retain coverage, and desktop remains unchanged.
Status: Resolved for the original poster. A separate user’s Spotlight theme width issue was raised but not addressed in this thread.
I need help with resizing my 2 half-banners and full-banner. On desktop version the image is full-width but on the phone is not (see photos). My theme doesn’t have the option to adjust it manually for mobile.
Also, the full banner not only is not full-width but also looks small and there is a lot of empty space underneath. Is it possible to make it fill more space ?
Thank you so much, this worked, but on my chrome doesn’t work properly? Only on safari and brave it updated but not on chrome , what do you think might be the reason? Is it Chrome thats causing it?
Also , in terms of ‘‘row empty space’’ code - i dont want to remove the empty space, i am wanting to extend the image so its more wide so it covers the whole section rather than adding empty space. Is that an option? I want to keep desktop version the same but mobile would have to be wider (see photo)
Would you also have a solution for this ‘‘row empty space’’ code - i dont want to remove the empty space, i am wanting to extend the image so its more wide so it covers the whole section rather than adding empty space. Is that an option? I want to keep desktop version the same but mobile would have to be wider (see photo)