Site logo

Archived topic

Off canvas menu items styling

7 replies · Started by Paul on October 15, 2019

Viewing posts 1–8 of 8

Hi,
How would I go about having menu items side by side instead of stacked vertically on the off canvas menu slideout?

Thanks

Hi there,

Are you able to show an example of what it'd look like?

Not sure if I can picture a good appearance of it.

Let me know :)

Hmm that will require a custom solution which is something we can't help within this forum unfortunately.

Hi Leo,
It's just the css I'm after to have the text items side by side rather than stacked.

Try something like this:

.main-nav ul.slideout-menu {
    display: flex;
}

Perfect, job done.
Thanks for the help Leo.

No problem :)

This archived topic is closed to new replies.