Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1799494
Removing bottom padding/white space
Closed

Comments

  •  2
    romanishanb started the conversation

    Hi. I believe I have a padding issue that I am unable to change. Each new row is adding 23px of bottom padding as white space. I want to remove this bottom padding/white space and run the rows together as I'm using blocks of color or images.

    See attached screenshot with red text comments.

    Please advise. Thank you!  

  •  7,280
    Oliver replied

    HI!

    pls. use following css:

    body .vc_row {    
        margin-bottom: 0;
    }

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    romanishanb replied

    Perfect! Thank you!!