You will need to insert the following code into the CSS of the page.
(This code needs to go above any other code that targets certain sized screens)
/*Tablet Menu Shown*/
@media only screen and ( max-width:980px ) and ( min-width:500px ){
#top-menu-nav {
display:block !important;
margin-bottom:20px;
margin-top:6px
}
#top-menu {
display:block !important;
}
#et_mobile_nav_menu {
display:none !important;
}
.et-fixed-header #top-menu-nav {
margin-bottom:0;
}
/* set the width, and right align */
#top-menu-nav {
max-width: 980px;
right: 0;
left:auto;
}
} |
Launching our new support portal
Finding support can be difficult... so that is why we have launched our support portal. The idea is that people will...