Off Canvas Mobile Menu & Fonts - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Off Canvas Mobile Menu & Fonts

George Antonatos

George Antonatos

Helix Framework 3 years ago

hello joomshaper team, the site that we have thses two problems is: https://villaeratokefalonia.gr

  1. on mobile, the off canvas does not show the menus
  2. at the template settings at typography, does not allow to select / edit the fonts

can you please take a look? if you need access let us know to disable the security

0
3 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #82575

Hello George Antonatos

Please use this CSS to Template Options -> Custom Code -> Custom CSS

@media (min-width: 320px){
    .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

Best regards

0
George Antonatos
George Antonatos
Accepted Answer
3 years ago #82602

solved! thanks very much good luck to all the team with the new version (haven't implemented it YET)

0
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 3 years ago #82607

You are welcome 😊

You should try the new version on a staging site or localhost first.

0