Home › Forums › Support › Positioning the menu on Off Canvas Panel This topic has 11 replies, 4 voices, and was last updated 3 months, 2 weeks ago by David. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts November 18, 2020 at 7:22 pm #1536948 Huseyin Hi Team Need help on Positioning the menu on Off-Canvas Panel in the center, I think after the major update this happened, didn’t notice it until today. November 18, 2020 at 7:51 pm #1536973 ElvinStaff Customer Support Hi, The off-canvas panel menu seems to be horizontally aligned center already on my end as shown here: https://share.getcloudapp.com/YEuQgl96 To clarify: Perhaps you meant vertical center? Let us know. ๐ A wise man once said: "Have you cleared your cache?" November 19, 2020 at 6:34 pm #1538328 Huseyin yeah sorry I mean vertical center November 19, 2020 at 6:45 pm #1538332 ElvinStaff Customer Support Add this CSS: nav#generate-slideout-menu { display: flex; align-items: center; } A wise man once said: "Have you cleared your cache?" November 19, 2020 at 6:55 pm #1538338 Huseyin Thanks, Elvin, The CSS code has done the job. November 19, 2020 at 7:18 pm #1538347 ElvinStaff Customer Support Nice one. No problem. ๐ A wise man once said: "Have you cleared your cache?" March 12, 2022 at 12:24 am #2151656 Ricardo Hi, I tried this css and it makes all the content vertically centered, including the x icon. How can I center the menu items without the x icon? Thanks! March 12, 2022 at 2:17 am #2151729 DavidStaff Customer Support Hi there, can you share a link to your site where we can see the issue ? Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 12, 2022 at 2:37 am #2151739 Ricardo Hi David, You can check here: https://wordpress-262052-2437317.cloudwaysapps.com Maybe I didn’t explain properly. The issue is that if you consider that the x icon is the first element it won’t look centered. The area to be centered should be the area of the menu items, excluding the x icon. Regards, Ricardo March 12, 2022 at 3:36 am #2151762 DavidStaff Customer Support Try adding this CSS: @media (max-width: 768px) { #generate-slideout-menu.do-overlay .slideout-exit { position: fixed; } } Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ March 12, 2022 at 3:57 am #2151785 Ricardo Thanks a lot David. It looks wonderful. Regards, Ricardo March 12, 2022 at 3:58 am #2151788 DavidStaff Customer Support Glad to be of help! Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In