[Resolved] Off canvas menu incomplete on mobiles

Home Forums Support [Resolved] Off canvas menu incomplete on mobiles

Home Forums Support Off canvas menu incomplete on mobiles

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #2389531
    Raul

    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).

    #2389636
    David
    Staff
    Customer Support

    Hi there,

    try adding this CSS:

    
    .slideout-navigation .main-nav {
        padding-bottom:  60px;
    }
    #2391314
    Raul

    Hi David,

    It still doesn’t show my last block “Post my …”.

    #2391318
    Raul

    (The last block is that one that uses the hook after_slideout_navigation)

    #2391420
    David
    Staff
    Customer Support

    Change the CSS to this:

    
    .slideout-navigation {
        padding-bottom:  60px !important;
    }

    Increase the 60px as much as you require.

    #2392455
    Raul

    Thank you. It’s perfect now 🙂

    #2393062
    David
    Staff
    Customer Support

    Glad to hear that!!

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.