Empty space between rows using Visual Composer

Posted in: Newspaper
Post count: 35

Hello,

I have done a “Landing page” using only native Visual Composer items. There are 4 rows and the page have some empty space between rows and I do not know why. There are not empty rows between rows, no margin changes in visual composer… And I have not been able to find what’s wrong using firebug.

You can see the page in this link.

Could someone help me to find where I have the problem?

Post count: 22421

Hello,
You can try this custom CSS to your page or to your custom row classes. It involves a max height you can specify to your content:

.page-id-10735 .vc_row-o-content-middle{
max-height:700px!important;
}

Thanks.

Post count: 35

Hello Bogdan,

It seems that does not work great because not all the rows are the same height. So If I set max-height:700px there are “free space” between rows and If I set max-height:500px, some images are bigger than the row in which they are included.

In other themes that work with Visual Composer, I do not have problems with blank space between rows. I just create rows and put content inside.

Any suggestion? Thank you in advance.

Post count: 22421

Hi,

Please send us an email at contact@tagdiv.com and provide your login information so we can take a look at your page setup. Please also provide a link to this topic so we know who you are.

Thank you!

Post count: 35

Done! Thank you!

Post count: 35

Thank you for your help! I misuderstood Full Height Row with Full Width Row. Excuse me! I will study more English!

Viewing 6 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic.