Site logo

Archived topic

Problen in mobile layout

3 replies · Started by Jose on February 16, 2021

Viewing posts 1–4 of 4

Hi Jose,

Give this CSS a try:

@media (max-width: 768px) {
    #page {
        overflow-x: hidden;
    }
}

Perfect, thanks!

No problem :)

This archived topic is closed to new replies.