Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,095
    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!!