Site logo

Archived topic

Slideout Navigation Full Height

9 replies · Started by Sigve on January 6, 2017

Viewing posts 1–10 of 10

Hey!

Is it possible to get the slideout navigation to go full height?

I tried this, but it does not work:

.slideout-navigation {
    height: 100%;
}

It seems like it is 100%, but it is only filling ~60% of the screen on mobile. I would like it to fill the whole page (in height only, not width).

For mobile on my site: https://webec.no

Thanks!

Hi there,

Cool site!
The slideout navigation should be full height by default - check out this site on mobile.
Any chance you've added some codes or plugins that might have overwritten it?

Hmm yea you are probably right, i will look through my code one more time!

Edit: Just checked this site on mobile, and it looks like mine if i add more to the slideout menu. Are you sure it is full height if for example there was only 2 elements in the menu?

Edit2: Oh nvm, something is definitely going on with my slideout menu, its really acting up.

Alright, i set the background color in the customizer instead of doing it in CSS, and now it is full height. Also the slideout was acting weird cus some of the items reached the width limit, which caused scrolling in both width and height in slideout menu. Will try to change the font size in the slideout menu, and hopefully it will be fixed :)

Edit: Any idea how i can change slideout font color and size in css?

Tried this, but no luck.

    .slideout-navigation {
    color: #1978ff !important;
    }

Nvm, got it working with this code:

.slideout-navigation .slideout-menu li a {
    font-size: 17px;
    color: #000;
}

Thanks for the heads-up about the default full height!

Glad you got everything sorted :)

Hi Sigve

How on earth did you make that menu?

Will you reveal that :-)

/Michael

Hi Leo

That was just what I had in mind :-)

Thank you.

You're welcome :)

This archived topic is closed to new replies.