Site logo

[Resolved] How do I create a responsive design for mobile?

Home Forums Support [Resolved] How do I create a responsive design for mobile?

Home Forums Support How do I create a responsive design for mobile?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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

    #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!

    #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;
    }
    }
    #2545346
    Alex

    Thanks for explaining Fernando 🙂 I’ll see what I can do

    #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

    #2556789
    Fernando
    Customer Support

    You’re welcome, Alex!

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.