Viewing 2 replies - 1 through 2 (of 2 total)
  • As explained, it’s a CSS issue at .textwidget img width/height scaling.

    Your theme sets the width of images within widgets to 100%, so the height is adjusted as well. The hidden spinning small circle of CF7 (shown when submitting a form) is affected by this, it gets huge and thats why the space is added.

    You can fix it by adding e.g. this to your theme style.css

    .ajax-loader {
        width: auto !important;
    }
    Thread Starter will.barraclough

    (@willbarraclough-1)

    Brilliant, thank you, that has worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘White Space Below Form’ is closed to new replies.