On a footer I’m creating for a new site, I’d like the accordion item to not have padding on the top so that the spacing is consistent with the non-accordion items. However, when I use dev tools for Firefox and chrome, I can’t find why there is a large empty space between the heading element and accordion element. It doesn’t seem to be a part of either.
Hey msrun101,
Please try the following in Quick CSS under Enfold->General Styling:
#footer .togglecontainer {
margin-top:0 !important;
}
Best regards,
Rikard
Inserting that CSS into Quick CSS does not seem to have any effect.
I’m not sure what you mean by “where exactly did you put it” in reference to adding it to quick CSS. I’ll explain the only way I know how:
Go to WP Dashboard–>Enfold–>General Styling. Copy and paste the code into the “Quick CSS” field:
/*Fixes spacing on toggle for footer*/
#footer .togglecontainer {
margin-top:0 !important;
}
Hi msrun101,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi Victoria–we have SSO to login to WP admin through our org and they won’t allow external admin logins. I could show anyone on Zoom or something though.
Hi msrun101,
Could you please attach some screenshots of the issue?
Best regards,
Victoria