Archived topic
Off canvas menu incomplete on mobiles
6 replies · Started by Raul on October 27, 2022
Hi
It seems that on mobiles, my offcanvas menu doesn't show completely - therefore the last links cannot be clicked.
To see this now, I have added a few test links (Logged in users have more links than logged out).
Could you please help me with this?
I have one more question about the offcanvas. I have added a block headline at the end of the offcanvas menu, using hooks. The problem is that I cannot format the font-size or color of that block, individually, using GenerateBlocks. (For example, increasing the font-size does not appear in the front-end).
Hi there,
try adding this CSS:
.slideout-navigation .main-nav {
padding-bottom: 60px;
}
Hi David,
It still doesn't show my last block "Post my ...".
(The last block is that one that uses the hook after_slideout_navigation)
Change the CSS to this:
.slideout-navigation {
padding-bottom: 60px !important;
}
Increase the 60px as much as you require.
Thank you. It's perfect now :)
Glad to hear that!!