Reply To: Responsive menu

#10034745
Support
Keymaster

Hello, first thanks for your purchase.

Unfortunately this is not possible at the moment. Currently the template has fixed media queries breakpoints and it can´t be changed. The only way is edit the theme core files changing all media queries for the respective breakpoint, but we do not recommend it since will need change a lot lines of code.

We consider that 1024px is enough to show menus without a hamburguer button. Inspecting your website I saw your menu items is breaking into a second line at 1024px. You can try the custom css code below to fix that:

(css/custom.css):

@media(min-width: 1024px) and (max-width: 1199px) {
    #header .header-nav-main nav > ul > li > a {
        font-size: 12px !important;
        padding: 0 7px !important;
    }
}

We hope this helps!

Please try that and let us know if you need further assistance.

Kind Regards,

Rodrigo.


If you are satisfied with Porto HTML and our support, please leave your comment and rating on ThemeForest downloads page. That helps us a lot: https://themeforest.net/downloads