Hi, how can I keep the Banner height on desktop (collection page/ hoodies) medium but for mobile small?
Pass: biangu
A user seeks to maintain a medium banner height on desktop collection pages while reducing it to small on mobile devices.
Proposed Solution:
theme.liquid file</body> tagCSS Approach:
The solution uses a media query targeting screens up to 749px width to adjust the .banner--medium class, setting a minimum height of 28rem for the banner content on mobile devices.
Status: The response appears to be marked as an accepted solution, though the code snippet in the conversation contains some formatting irregularities that may need verification during implementation.
Hi, how can I keep the Banner height on desktop (collection page/ hoodies) medium but for mobile small?
Pass: biangu
For Mobile
You can add code by following these steps
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.