Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Please check the PageBuilder configuration for your rows/columns again, it looks like it is adding 30px bottom margin to the row:

    https://screencast.com/t/D7zOO1TiU

    Regards,
    Tom

    Thread Starter aljohn23wordpress

    (@aljohn23wordpress)

    Thank you Tom.

    I was not able to find where that 30px is being added.
    I have two rows in page builder. One for the slider and one for the blue background. Just for kicks I moved the slider position to the bottom row and the blue to the top row. when I did this, the extra space under the slider disappears. Not sure why. Any ideas why that 30px would be added when I have the slider in the top row? That is where I want to add it.

    Hi,

    No, I’m not sure why that would happen sorry. It is coming from Page Builder rather than Meta Slider.

    Please try adding this custom CSS to your theme:

    #pg-34-0 {
        margin-bottom: 0 !important;
    }

    (this is assuming the IDs will be the same once you move the rows back to how they were before)

    Regards,
    Tom

    Thread Starter aljohn23wordpress

    (@aljohn23wordpress)

    That worked. Thank you!

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