How to reduce margin after rows

edited February 2017 in Visual Composer
Hi,

when i use vc as a page builder i allways get too big margins after a row. I´ve used vc a lot with other themes but i never recognized such behaviour. See on the screenshot (URL below) what i mean. I allready turned the "remove margins" template option on but still have this huge gaps.

http://prntscr.com/e3xr19

Cheers Alex

Comments

  • Hi,

    the image you tried to put above, does not work. To send us proper screenshot, please use http://pasteboard.co/ and also provide us link to page where from you would like to remove it.
  • Hi,

    why should the image not work? You can inspect the issue under : http://www.herzblick.punktlandung.marketing, you allready have the login credentiels.

    Cheers Alex
  • Why? Because your link wasn't complete and we can see you modified it already and now it works.

    So, if you look at http://pasteboard.co/ubWZ7x2y6.png you see the spacing you are talking about is default VC's bottom margin. Other themes, you've been using this plugin as main builder because don't have other and they probably did modification to remove those margins by default. However, we do not force people to use VC, because in our opinion its terribly slow and very heavy. The VC version included into package of BeTheme is exactly the same version as provided by plugin's author.

    Anyway, if you want to remove this default bottom margin, you need to use custom css:
    .wpb_wrapper > div {
        margin-bottom: 0 !important;;
    }
Sign In or Register to comment.