Archived topic
aligning 'after-slideout-navigation'
3 replies · Started by Raul on October 25, 2022
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?
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%;
}
Perfect, as always. Thank you!
You're welcome Raul!