Home › Forums › Support › Adding items to Main Menu on Mobile? This topic has 5 replies, 3 voices, and was last updated 3 years, 3 months ago by Leo. Viewing 6 posts - 1 through 6 (of 6 total) Author Posts March 10, 2023 at 7:00 pm #2563616 catbiscuits Hi! I would like to add a couple of items to the main menu but only when on in a mobile mode. Any ideas? March 11, 2023 at 6:45 am #2563962 DavidStaff Customer Support Hi there, Option 1 – hide them on desktop with CSS. In Appearance > Menus, activate the CSS Classes field: https://docs.generatepress.com/article/using-the-wordpress-menu-builder/#custom-classes Then in that field add: hide-on-desktop hide-on-tablet Those items will only display on Mobile size screens now. Option 2 – use the Off Canvas Panel just for Mobile as it can have its own menu. https://docs.generatepress.com/article/off-canvas-panel-overview/ March 11, 2023 at 8:46 am #2564161 catbiscuits Hi, I’ve come up with a better solution (in my mind at least). How about if I put them in the top bar? The problem then is how to display the top bar only on mobile? March 11, 2023 at 9:48 am #2564206 catbiscuits I figured it out! @media (min-width: 1024px){ .top-bar { display: none; } } March 11, 2023 at 12:29 pm #2564305 catbiscuits So… my only issue now is that I am trying to figure out how to align the FB icon with the logo in the menu area below, but no matter what I do, it seems stuck over on the right. Thoughts? March 11, 2023 at 12:47 pm #2564328 LeoStaff Customer Support Hi there, I believe the original topic of “Adding items to Main Menu on Mobile?” has already been resolved. In that case, can you open a new topic and link us to the page in question? https://www.screencast.com/t/5Puiam6CY Thanks! 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