Site logo

Archived topic

Make tablet = mobile

3 replies · Started by Mauricio on March 17, 2022

Viewing posts 1–4 of 4

Hi there,

1. Customizer > Layout > Primary Navigation and increase the Mobile Menu Breakpoint to 1024px

2. Add this CSS:

@media(max-width: 1024px) {
    .site-content {
        flex-direction: column;
    }
    .site-content .content-area,
    .site-conten .is-right-sidebar {
        width: 100% !important;
    }
}

Thank you very, very much!

You're welcome

This archived topic is closed to new replies.