Site logo

[Resolved] How to move elements up in the off canvas panel in mobile?

Home Forums Support [Resolved] How to move elements up in the off canvas panel in mobile?

Home Forums Support How to move elements up in the off canvas panel in mobile?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2489688
    Ree

    I’ve moved the ordering but its not showing on the frontend. What am I missing?

    https://prnt.sc/2U8KOlEKoaY-

    https://prnt.sc/7e3yPeG8vG7C

    #2489703
    Fernando
    Customer Support

    Hi Ree,

    You may need to use custom CSS for that. Can you try adding this through Appearance > Customize > Additional CSS?:

    nav#generate-slideout-menu aside#block-3 {
        order: -1;
    }

    Alternatively, you can use a Block Element hooked to inside_slideout_navigation with a priority of 1 to add those icons. Reference: https://docs.generatepress.com/article/block-element-hook/

    #2489715
    Ree

    thanks it works!

    #2489755
    Fernando
    Customer Support

    You’re welcome, Ree!

    #2490155
    Ree

    another question, if you browse the site on mobile, the off canvas panel has issue scrolling up the first time. please check a screen recording beneath

    #2490781
    Fernando
    Customer Support

    What specific device are you using? I tried replicating the issue from my personal phone(android), and I can’t seem to replicate it.

    Can you check if the issue occurs on a different mobile device from your end?

    #2491099
    Ree

    i used iPhone 12 safari & chrome. On android mobile it is fine but not smooth when i swipe up the mobile menu, seems like some step delay and the background (blackout part) is moving smoothly eventhough it is not the active screen.

    #2492150
    Fernando
    Customer Support

    I see.

    I tried replicating the issue on an iPhone 12 on Safari and Chrome just now, and I couldn’t replicate the issue on either browser.

    There’s no delay on my android device as well.

    Can you try replicating the issue from a different mobile device on a different internet network?

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