Home › Forums › Support › Off Canvas Width This topic has 5 replies, 2 voices, and was last updated 5 years, 1 month ago by Elvin. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts January 25, 2021 at 4:54 pm #1633436 Michael I’m in the process of populating the off canvas panel with a couple of menus, etc. and testing with some Flex. How can I increase the width of the panel that slides out? Thanks much, Mike January 25, 2021 at 5:06 pm #1633444 ElvinStaff Customer Support Hi, To increase the panel width, you can add this CSS: nav#generate-slideout-menu.main-navigation.offside { width: 321px; } But increasing the width means it may overlap with the close button so we must move the close button as well. To do that, add this CSS: .offside-js--is-left.slide-opened .slideout-overlay button.slideout-exit { left: 321px; } January 26, 2021 at 11:51 am #1634715 Michael Thanks Elvin, That helped with the width but now the menu does not fully retract back. Under layout my off-canvas settings are listed below. Style: Slide Side: Right Close Button: Inside Menu Item Height: blank I pulled out all of my custom CSS to make sure its not choking on anything I’ve added but still see the same result. January 26, 2021 at 6:46 pm #1634998 ElvinStaff Customer Support You can try Leo’s CSS here: https://generatepress.com/forums/topic/off-canvas-panel-width/#post-1043740 Simply change the values to your preference. 🙂 January 27, 2021 at 9:19 am #1635927 Michael Thanks Elvin. Works great! Much appreciated. January 27, 2021 at 3:40 pm #1636217 ElvinStaff Customer Support Nice one. No problem. 😀 Author Posts Viewing 6 posts - 1 through 6 (of 6 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In