Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1121950

    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.

    #1122091

    Hey msrun101,

    Please try the following in Quick CSS under Enfold->General Styling:

    #footer .togglecontainer {
      margin-top:0 !important;
    }

    Best regards,
    Rikard

    #1122209

    Inserting that CSS into Quick CSS does not seem to have any effect.

    #1122285

    Hi,

    Where exactly did you put it?

    Best regards,
    Rikard

    #1122346

    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;
    }

    #1122532

    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

    #1122966

    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.

    #1123212

    Hi msrun101,

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

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