Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #811046
Removing row spacing
Closed

Comments

  • George started the conversation

    Hi there!  Would you kindly help me eliminate some row spacing that is happening on the theme.  I have absolutely everything set to zero (margin, paddings on all elements) in visual composer.  Screengrabs attached.  I am proficient with CSS but can't figure it out.  Thank you so much in advance.


  •  1,561
    Laborator replied

    Hi George,

    Can you please disable your maintenance mode or privately send us your login credentials so we can view your site live.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   George replied privately
  •  1,561
    Laborator replied

    Hi George,

    Add the following CSS in your Custom CSS:

    .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
        margin-bottom: 0px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group