Archived topic
Off canvas menu items styling
7 replies · Started by Paul on October 15, 2019
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 :)
Hi Leo,
Something along the lines of https://codepen.io/amaury-diallo/pen/rbKEoB
i.e text side by side instead of vertically as per https://docs.generatepress.com/article/off-canvas-panel-overview/
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 :)