Do you know if its possible to make it look more like this?
Topic summary
A user seeks to reduce banner text size on mobile devices, as it currently covers the entire image and looks cluttered.
Solutions Proposed:
-
Custom CSS via theme.liquid: Add media query code in the theme.liquid file above the
</body>tag to control mobile text sizing. -
Edit base.css directly: Locate line 287 in base.css and modify the existing media query for
.h0font-size, changing from4remto3remfor screens under 767px width.
Current Status:
The original poster has shared a reference image showing their desired mobile layout but hasn’t confirmed whether either solution achieved the intended result. The discussion remains open with no marked resolution.
