Home › Forums › Support › How do I create a responsive design for mobile? This topic has 5 replies, 2 voices, and was last updated 3 years, 1 month ago by Fernando. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts February 23, 2023 at 2:05 pm #2544587 Alex My site (https://optimalquery.com/) looks fine on desktop, however, it’s too wide on mobile that I have to zoom out to see the full content. What are ways to fix this? P.s. the site isn’t finished yet February 23, 2023 at 3:05 pm #2544643 Alex Could the issue be that the global max width is 1200px? But I can’t seem to be able to adjust it only for mobile! February 23, 2023 at 6:07 pm #2544762 Fernando Customer Support Hi Alex, The issue is coming from the Calendar you have. You’ll need to reach out to the developer of this for assistance. You can also try to remove the “min-width” setting it has for mobile with this code which you can add through Appearance > Customize > Additional CSS: @media (max-width: 768px){ .calendarhero-inline-widget { min-width: unset !important; } } February 24, 2023 at 5:00 am #2545346 Alex Thanks for explaining Fernando 🙂 I’ll see what I can do February 24, 2023 at 2:09 pm #2545999 Alex I changed the HTML max.width to 100% and I believe that solved it. At least it looks normal on mobile preview. Still waiting for real-time updates March 5, 2023 at 5:04 pm #2556789 Fernando Customer Support You’re welcome, Alex! Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In