Archived topic
Off-Canvas Panel Spacing
7 replies · Started by Chris on January 8, 2022
Hello,
I have tried disabling all plugins, using CSS, making multiple menus, etc. and I cannot seem to get the spacing to set back at 60 for the off-canvas panel. All the options are crammed together but the sub-menus are fine.
Please help!
Thanks so much.
Hi there,
in Customizer > Layout > Off Canvas Panel - what Menu Item Height do you have set ?
Right now i have it set to 60. I go into customize and switch it to 61 and all the menu items jump apart to the right spacing. I push it back to 60 and they stay wide but when I publish it does not stay like that.
Strange. It's getting overwritten by this:
https://www.screencast.com/t/YT1Jk9lOZ
Do you have line-height: 1.5; set anywhere in the customizer?
I only see it in one spot in the additional CSS here:
input[type="button"], input[type="reset"], input[type="submit"], a.button, a.button:visited {
line-height: inherit;
letter-spacing: 1px;
border-radius: 6px;
transition: all 0.6s ease 0s;
}
I don't believe that is the issue as the code is about halfway up and it's been there for ages.
Can I add some sort of additional CSS at the very bottom to correct this?
That code isn't coming from Additional CSS.
Do you have line-height: 1.5; set anywhere within Customizer > Typography?
Yesss, found it in the very last typography setting for off-canvas panel. Thanks so much!
No problem :)