Viewing 2 replies - 1 through 2 (of 2 total)
  • Thanks for your post,
    this might be margin & padding issue, try following CSS

    .team-container {
      margin: 0 !important;
      padding: 0 !important;
    }

    Regards

    Thread Starter Tante A

    (@tante-a)

    Thank you! It worked out well.
    I have placed the code in the “Custom CSS”.

    Greetings

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove gap [white space] above plugin’ is closed to new replies.