[Resolved] aligning ‘after-slideout-navigation’

Home Forums Support [Resolved] aligning ‘after-slideout-navigation’

Home Forums Support aligning ‘after-slideout-navigation’

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2386845
    Raul

    Hi

    I try to align a block and headline in the off canvas panel in the center. However, it goes in the left side whatever I do.
    If you check the website, it is the last line/s in the off canvas “post my…”. It’s a block element using the hook after_slideout_navigation.

    Could you please help me with this too?

    #2386856
    Fernando
    Customer Support

    Hi Raul,

    Add set-max-width to the class list of the Container Block in the Advanced section of the Page Settings, then add this in Appearance > Customize > Additional CSS:

    .gb-container.set-max-width {
        width: 100%;
    }
    #2386941
    Raul

    Perfect, as always. Thank you!

    #2386958
    Fernando
    Customer Support

    You’re welcome Raul!

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