Archived topic
Responsive issue
4 replies · Started by Adrien on March 15, 2022
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
Sorry there was no sound on my video so I remade it : https://aide.ecomturbo.io/NQuNekwb
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 :)