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.

Off Canvas Panel elements alignment

  • As David said, I raise a separate topic:

    What I want to achieve is to align items in slide out menu as seen on the example:

    The logo image is set in an Element hooked in “generate_inside_slideout_navigation”.

    The social icons are made with social icons block from default Gutenberg block.

  • Hi there,

    try this CSS:

    #generate-slideout-menu .inside-navigation {
        height: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding-bottom: 40px !important;
    }
  • It works. Thank you David!

  • Glad to hear that !

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