Lots of extra white space below a row on mobile width, that shouldn't be there

Hi,

I cannot find the cause of a ton of white space underneath the first 3 Call To Actions on this page:

http://na.pixelebration.com/en/ See screen capture here: http://d.pr/i/104ee

I suspected that it was caused a certain plugin, but I’ve removed it and no luck.

One thing though, it’s exactly where I had made that row disappear as mentioned in this thread: http://forum.wpbeaverbuilder.com/support/q/i-made-a-row-disappear-with-css-remove-the-css-no-more-row/

Help!

Resolved…

I used the following to neutralize the empty space:

div#message-2.invisible.fl-node-55aff65ea7bcf {
display: none !important;
}

I guess I should go to the post itself and hunt down that DIV to delete it

Cheers

Hey Gerard,

I can see you’re still using a classname of invisible. As stated on that previous post, bootstrap is using that classname and applies a CSS of visibility: hidden; to those. It may cause problems when on the Page Builder.

Ben

Hi Ben,

That’s just it, that block was deleted, but somehow it remained around in the coding?

Hey Gerard,

I can still see it in the markup. If you’ve deleted it, I must be seeing a cached page. Have you tried clearing the BB cache and any other caching you may have in place?

Ben

I cleared the BB cache, and the only caching on this should be NGinx in front pf Apache.

My next move is to go to the record n MySQL and find the offending DIV and delete it.

Hey Gerard,

If you could send temp admin access, I can check it for you.

Ben

[Content Hidden]

Got it. Do you want me to remove the row entirely or just remove the invisible class name?

Ben

Superb, the whole invisible row can go :slight_smile:

It’s also on the other language pages since we copied the content in WPML?

You’ll have to show me what/where please :slight_smile:

Hey Gerard,

Deleted the row on the other language as well. I edited the CSS via the inspector so I can see the row then just deleted it. :slight_smile:

Ben

[Content Hidden]

No worries! Enjoy BB! :slight_smile:

Ben