Unwanted white space between rows

Posted in: Newsmag
Post count: 73

I have an issue with unwanted white space between rows in visual compaser as well as between the main menu and the top row. It is for this page: http://worksupply.no.

I’ve set all margins and borders in the visual composer rows to 0px but the space is still there.

How can this be removed?

Kind regards
Lars

Post count: 6535

HI

Try this css in theme panel > custom code > custom css: http://screencast.com/t/yWtt9l9eI

.wpb_content_element{
margin-bottom: 0;
}

Let me know ho it goes.
Thanks!

Post count: 73

Hi Andrei,
It worked for the space between the rows.

But there is still unwanted space between the main menu and the first row (containg the revolution slider).

Do you have any good css for this as well?

Best wishes
Lars

Post count: 6535

Hi

Try this code: http://screencast.com/t/RdUIsVB6PZ

.td-main-page-wrap {
padding-top: 0;
}

Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newsmag’ is closed to new topics and replies.