• Astra theme appears to switch to the off-canvas menu if the screen width is <920px. However, my tablet has a screen width of 1200px and the header looks really terrible with the full menu. I would like to change the max-width for the off-canvas to 1200px.

    I thought there should be a setting to change this but I couldn’t find any.

    I tried to add some custome CSS:

    @media (max-width: 1200px) {
    #ast-desktop-header {
        display: none;
    }
    #ast-mobile-header {
        display: block;
    }
    }

    which works for the initial header, however apparently it’s not that issue. Upon clicking on the off-canvas-menu item, the toggle menu doesn’t appear. It seems some more adaptations in CSS would be necessary.

    Is there really no setting to change this?

    If not, can someone help me with the remaining CSS adaptations?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Off-Canvas Menu max-width’ is closed to new replies.