Site logo

Archived topic

Responsive issue

4 replies · Started by Adrien on March 15, 2022

Viewing posts 1–5 of 5

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

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.

Thank you Ying.

No Problem, glad to help :)

This archived topic is closed to new replies.