Home › Forums › Support › Off canvas pannel – Flex Direction Column This topic has 7 replies, 2 voices, and was last updated 3 years, 4 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts November 13, 2022 at 6:17 am #2413507 fabiosilva Hi 🙂 On Off Canva Panel. any way some way to align elements in column (flex-direction: column;) without using custom CSS?, Thank you November 13, 2022 at 6:44 am #2413532 DavidStaff Customer Support Hi there, it would require Custom CSS. Is there anything specific i can help with ? November 14, 2022 at 2:53 am #2414562 fabiosilva Hi, David If I change: .main-navigation .inside-navigation { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; } To it: .main-navigation .inside-navigation { display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between; flex-direction: column; align-content: flex-start; } Works… That’s correct? Is the recommended way? Thank you 🙂 November 14, 2022 at 3:08 am #2414580 DavidStaff Customer Support Do you want to show the widgets stacked ? November 14, 2022 at 4:53 am #2414684 fabiosilva Basically something like this: And not this: I just want to use canva panel on mobile as menu mobile. Thank you. Thank you November 14, 2022 at 5:06 am #2414700 DavidStaff Customer Support Try this CSS: .main-navigation .inside-navigation aside { flex: 1 0 100%; } November 14, 2022 at 7:09 am #2414847 fabiosilva Perfect! 🙂 Thank you, David! November 14, 2022 at 7:34 am #2414876 DavidStaff Customer Support You’re welcome Author Posts Viewing 8 posts - 1 through 8 (of 8 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In