Tagged: content, horizontal, menu, tablet, view
Hello! Is there a shortcode to make menu become hamburger menu on a tablet when you view content in a horizontal position?
Hey Christy,
Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 1500px ) {
.av-burger-menu-main {
display: block!important;
}
#top .av_mobile_menu_tablet .av-main-nav .menu-item {
display: none!important;
}}
please adjust the “1500px” in the code to match the maximum width you would like the burger menu to show.
If you are unsure of your tablet’s width in a horizontal position, please go to this site with the tablet and it will tell you: http://howbigismybrowser.com/
Best regards,
Mike