Hi @elo1234 , Go to rt-application.css and add the following code :
.unero-banners-metro ul,
.unero-banners-grid ul {
margin: 0 -5px;
padding: 0;
max-width: 100% !important;
}
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):
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.
Hi @elo1234 , Go to rt-application.css and add the following code :
.unero-banners-metro ul,
.unero-banners-grid ul {
margin: 0 -5px;
padding: 0;
max-width: 100% !important;
}