Are you a GenerateCustomer?

Do you have an active GP Premium or GenerateBlocks Pro license key?

Create a GenerateSupport account for GeneratePress and GenerateBlocks support in one dedicated place.

Create an account
Already have a GenerateSupport account? Login

Just browsing?

Feel free to browse the forums. Support for our free versions is provided on WordPress.org (GeneratePress, GenerateBlocks).

Want to become a premium user? Learn more below.

Mobile Menu Popup

  • Hi there! I’m trying to figure out if I can do something like this with my site for the MOBILE MENU – here is the example: Samplehttps://imgur.com/a/4RaqF7z
    My website is here – givepraiserecords.com

    Thank you very much!

  • Try this css:

    :root {
        --gp-slideout-width: 90vw;
    }
    
    #generate-slideout-menu {
        height: 90vh;
        top: 5vh;
        border-radius: 20px;
        border: 5px solid grey;
        padding: 20px;
    }
    
    .offside--left.is-open:not(.slideout-transition), .offside-js--is-left .offside-sliding-element {
        transform: translate3d(calc(var(--gp-slideout-width) + 5vw),0,0);
    }
  • PERFECT!!!! Thank you so so much!!!! Seriously Generatepress and the customer service is the best in the world!

  • Glad to hear that 🙂

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