Site logo

Archived topic

Move navigation items to bottom of slide out menu?

19 replies · Started by Tim on April 25, 2021

Viewing posts 16–20 of 20

Thank you David, it looks perfect on desktop now. However, on mobile the two bottom items are being cut off and I have to scroll to see them. Is that fixable?

Grrr.. :) - be so nice if brower UIs were 'offset' in their viewport height.

Can try adding this CSS to add a little bottom padding the off canvas menu on mobile screens:

@media(max-width: 768px) {
    #generate-slideout-menu .slideout-menu {
        padding-bottom: 60px;
    }
}

It should stop if from falling behind the UI

Had to increase to 80px but it worked like a charm, thank you! :)

Awesome - glad we got there - i am off for some coffee lol!

This archived topic is closed to new replies.