[Support request] Off canvas menu items styling

Home Forums Support [Support request] Off canvas menu items styling

Home Forums Support Off canvas menu items styling

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1035362
    Paul

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

    Thanks

    #1035423
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #1035449
    Paul

    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/

    #1035453
    Leo
    Staff
    Customer Support

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

    #1035473
    Paul

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

    #1035480
    Leo
    Staff
    Customer Support

    Try something like this:

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

    Perfect, job done.
    Thanks for the help Leo.

    #1035491
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.