Archived topic
Make tablet = mobile
3 replies · Started by Mauricio on March 17, 2022
Viewing posts 1–4 of 4
Hi, I wanted to make my tablet page with the same dimensions and same header as in the mobile layout (no sidebar and hidden menu - menu toggle).
I can't find that option in the customize menu.
Example: https://www.cozinhatecnica.com/2022/03/cogumelos-tipos-de-cogumelos/
Tks
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.