please take a look at mobile menu how can be fixed
http://harakastudio.com/
Hi!
Wrap this code you have in your custom.css file:
span.avia-menu-text{
font-family:'kelson_sansregular';
font-size: 20px;
position: relative;
top: 32px;
}
With this:
@media only screen and (min-width: 767px) {
/* Code Here */
}
Best regards,
Josue