Having lots of issues with the fullwidth sub menu on tablet devices. The sticky feature does not work well at all. Could you enable the same mobile features for tablet or fix the issues on tablet.
Also having an issue with spacing at the top of the page between the menu and content on tablet.
Hey!
1- This code you have is causing the gap
.html_header_transparency #top .avia-builder-el-0 .container, .html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
padding-top: 140px;
}
2- Please add following code to Quick CSS
@media only screen and (max-width: 990px) {
span.subtext {
display: none;
}}
Best regards,
Yigit