Title: Off-Canvas Menu max-width
Last modified: April 3, 2024

---

# Off-Canvas Menu max-width

 *  Resolved [Matthias Jünger](https://wordpress.org/support/users/mjuenger/)
 * (@mjuenger)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/off-canvas-menu-min-width/)
 * 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:
 *     ```wp-block-code
       @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?
    -  This topic was modified 2 years, 2 months ago by [Matthias Jünger](https://wordpress.org/support/users/mjuenger/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Foff-canvas-menu-min-width%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Herman Asrori (BSF)](https://wordpress.org/support/users/bsfherman/)
 * (@bsfherman)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/off-canvas-menu-min-width/#post-17557720)
 * Hi [@mjuenger](https://wordpress.org/support/users/mjuenger/),
 * I would recommend updating the Breakpoint, instead of working with custom CSS.
   Here’s the [doc](https://wpastra.com/docs/set-update-breakpoints-tablet-mobile-in-astra/)
   that will show you how you can update the Breakpoint.
 * I hope it will help.
 * Kind regards,
    Herman 😊
 *  Thread Starter [Matthias Jünger](https://wordpress.org/support/users/mjuenger/)
 * (@mjuenger)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/off-canvas-menu-min-width/#post-17557884)
 * Awesome! Just the solution I was looking for.
 * Thanks a lot!
 *  [Avinash Kumar Sharma](https://wordpress.org/support/users/avi1020p/)
 * (@avi1020p)
 * [2 years, 2 months ago](https://wordpress.org/support/topic/off-canvas-menu-min-width/#post-17599326)
 * Hello [@mjuenger](https://wordpress.org/support/users/mjuenger/),
 * Great to hear that it’s working well for you!
 * Could you kindly mark this topic as “Resolved,” please?
 * Kind regards,
   Avinash

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Off-Canvas Menu max-width’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/astra/4.13.4/screenshot.jpg)
 * Astra
 * [Support Threads](https://wordpress.org/support/theme/astra/)
 * [Active Topics](https://wordpress.org/support/theme/astra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/astra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/astra/reviews/)

## Tags

 * [max-width](https://wordpress.org/support/topic-tag/max-width/)

 * 3 replies
 * 3 participants
 * Last reply from: [Avinash Kumar Sharma](https://wordpress.org/support/users/avi1020p/)
 * Last activity: [2 years, 2 months ago](https://wordpress.org/support/topic/off-canvas-menu-min-width/#post-17599326)
 * Status: resolved