Archived topic
Change width of off-canvas panel
5 replies · Started by Salty Communication on October 19, 2022
Hi!
I would like my off-canvas to be like 80% of the vp. I have tried the css on the forum but I cant the X to be displayed correctly.
-Johan
Hi there,
in the Customizer > Layout > Off Canvas - there is an option to move the Close Button > Inside.
Does that help ?
Hi David
Yup, I can see it now. But I want to change it to be on the right side of the menu. Now its on the left. See the attached screenshot.
Hello there,
Can you try adding this in Appearance > Customize > Additional CSS:
button.slideout-exit.has-svg-icon {
text-align: right;
}
Fernando! Thanks. Worked like a charm.
You're welcome!