Margin between bottom element and footer

I am trying to remove a thin white space between the bottom element on a page and the footer. I have tried setting bottom margin/padding of the element to zero. I am not sure where to edit the footer margin.

Comments

  • Hi,

    you couldn't find it because this space comes from VC plugin and if you want to remove it, you need to use the following css (please notice that this css may affect other VC sections as well but that's the only way to remove it):
    .wpb_wrapper > div { margin-bottom: 0 !important; }
Sign In or Register to comment.