Big gap after global block

Hi,

I’ve used a global template from the cloud and put something in my sidebar to test. I had removed the padding from the top and bottom but after insertion there appears to be a big gap still in the bottom. You can see it here, where there is a big gap between the block and the Facebook iframe.

I’m assuming I have to make this block 100% height or something. Any clues?

Thanks.

Hi @demonboy,

Thank you for writing in, are you referring to that Youtube ad? The top gap is the widget’s top margin, you can use a custom CSS to set that to 0.

The bottom gap is also a top margin of the widget underneath it.

Hope it helps,
Cheers!

Hi @friech - no, I’m referring to this gap:

Hello @demonboy,

This is is because you have added this custom CSS in your section of the global block “about-ftb-side”:

$el {
  min-height: 100vh;
  align-content: center;
  justify-content: center;
}

Please remove this code instead.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.