Site logo

Archived topic

Adding items to Main Menu on Mobile?

5 replies · Started by catbiscuits on March 10, 2023

Viewing posts 1–6 of 6

Hi! I would like to add a couple of items to the main menu but only when on in a mobile mode.

Any ideas?

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?

I figured it out!

@media (min-width: 1024px){
.top-bar {
display: none;
}
}

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?

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!

This archived topic is closed to new replies.