A user has a “click to enter” image on their homepage that displays well on mobile but appears too large on desktop. They want to reduce its size on desktop without making it smaller on mobile.
Solutions provided:
Multiple support teams (GemPages, PageFly, and Litos) offered CSS-based solutions:
Media query approach: Add @media screen and (min-width: 750px) targeting desktop devices specifically
Max-width property: Set max-width: 450px on the .enter-button img element
This allows the image to remain its current size on mobile while constraining it on larger screens
Outcome:
The user confirmed all suggested solutions worked successfully. They settled on a min-width value of 550px as their optimal size.
Summarized with AI on November 22.
AI used: claude-sonnet-4-5-20250929.
It looks great on mobile but it is huge on desktop. Is there a way to get it a reasonable size on desktop without having it become tiny on mobile? I don’t want it any smaller than it already is on mobile.