Archived topic
Move navigation items to bottom of slide out menu?
19 replies · Started by Tim on April 25, 2021
Doh... sorry about that - updated the CSS above to fix that
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!