Site logo

Archived topic

Slideout Menu (CSS Problem)

3 replies · Started by Huseyin on April 2, 2023

Viewing posts 1–4 of 4

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;
}

Hi Huseyin,

Try this CSS instead:

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

Thanks Fernando,
It's working :)

You're welcome, Huseyin! :)

This archived topic is closed to new replies.