[Resolved] Responsive issue

Home Forums Support [Resolved] Responsive issue

Home Forums Support Responsive issue

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2156011
    Adrien

    Dear GP Team,

    I’m facing an issue with responsiveness that Im not able to solve. I made a quick video here to show you:

    https://aide.ecomturbo.io/7KuQxebr

    Appreciate your help. A

    #2156012
    Adrien

    Sorry there was no sound on my video so I remade it : https://aide.ecomturbo.io/NQuNekwb

    #2156022
    Ying
    Staff
    Customer Support

    Hi Adrien,

    It’s because of this CSS:

    @media (min-width: 769px)
    .gb-container.container-hero {
        height: calc(100vh - 115px);
    }
    }

    The CSS makes the container full height of the screen ๐Ÿ™‚

    You can remove this CSS and using top/bottom padding instead.

    #2486222
    Adrien

    Thank you Ying.

    #2486507
    Ying
    Staff
    Customer Support

    No Problem, glad to help ๐Ÿ™‚

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