Site logo

[Resolved] Slideout Menu (CSS Problem)

Home Forums Support [Resolved] Slideout Menu (CSS Problem)

Home Forums Support Slideout Menu (CSS Problem)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2593749
    Huseyin

    Hi,

    I have just updated the theme, however when i updated the following the css broke the site. So i removed it from the site.
    I just need the menu to be centered. Could i get the following css coded updated.

    nav#generate-slideout-menu {
        display: flex;
        align-items: center;
    }
    #2593835
    Fernando
    Customer Support

    Hi Huseyin,

    Try this CSS instead:

    nav#generate-slideout-menu.is-open .inside-navigation {
        height:100%;
        justify-content: center;
    }
    #2594022
    Huseyin

    Thanks Fernando,
    It’s working 🙂

    #2594106
    Fernando
    Customer Support

    You’re welcome, Huseyin! 🙂

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