Home › Forums › Support › How to switch on the 2th menu ? This topic has 7 replies, 2 voices, and was last updated 3 years, 3 months ago by David. Viewing 8 posts - 1 through 8 (of 8 total) Author Posts February 4, 2023 at 5:11 am #2521028 Robert Hi I work on a new projekt and I wanna ask how its passible, on the mobile version, to switch ON the 2th MENU with all products (on the desktop it’s this MENU: https://snipboard.io/gdzniN.jpg) under this MAIN MENU: https://snipboard.io/NBlv6H.jpg Kr Robert February 4, 2023 at 5:18 am #2521043 Robert I have someting – on the SHOP PAGE it’s on the end off all products: https://snipboard.io/LXMFu6.jpg …but: – it should be on the the begin of all product R. February 4, 2023 at 7:57 am #2521324 DavidStaff Customer Support Hi there, try adding this CSS to move the leftsidebar to the top on Mobile: @media (max-width: 768px) { .left-sidebar .site-content { flex-direction: column-reverse; } .is-left-sidebar nav button { padding: 10px; } } February 4, 2023 at 9:01 am #2521366 Robert Hi thx it works… 🙂 just one question – is there any solution to add after the 3 MENU lines the word “MENU”, in white ? Thx! Robert February 4, 2023 at 9:02 am #2521367 Robert https://snipboard.io/ykojqP.jpg 🙂 February 4, 2023 at 9:12 am #2521376 DavidStaff Customer Support Is there an option in the Navigation Block to add a label? If no, the try adding this CSS: .wp-block-navigation > button:after { content: 'Menu'; text-transform: uppercase; font-weight: 700; } February 4, 2023 at 9:17 am #2521382 Robert THX! 🙂 R. February 5, 2023 at 2:40 am #2521901 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