• Hi, I inserted a newsletter sign in form into my footer widget. There is about an inch of space between the footer title and the sign in form. How can I remove the excess space above the newsletter form?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • The spacing is coming from the Flodesk form code itself.

    I’m not familiar with Flodesk to know how to tweak this from Flodesk itself, but you can add the following custom CSS code in APPEARANCE => CUSTOMIZE => ADDITIONAL CSS to try to override the Flodesk code.

    .textwidget form.ff-63bb7a9961b8cd734be0cee8__form.fd-focus-visible-applied {
    padding: 0px 20px 0px 20px !important;
    }

    Note that the above code, if it works at all, will remove the spacing completely from the top and bottom of the form (ie padding of 0px shown in the code)… and reduce the left and right spacing (from the default of 70px to just 20px).

    You may want to tweak any of these these four spacing values to get the exact spacing you desire.

    Standing by for feedback.

    Thread Starter saranee

    (@saranee)

    This did the trick. Thank you sooooo much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Excess space in widget above Flodesk sign in form’ is closed to new replies.