how to add space between columns

Hi

I want to have my 2 side by side callout boxes with shadows (added as css to a class set for the boxes) and space between them. I cannot figure out how to do that.

when I add margin (left for the first block and right for the 2nd block) this will show with the shadow.

Please check the issue with the example on this link (the blue and green boxes in top of the site)

http://www.edillion.net/bizbrains/

Thanks in advance
Jette

Hey Jette,

Welcome to the BB forums! :slight_smile:

Try adding the style to the .fl-col-content class instead like so…

.boxshadow .fl-col-content {
  box-shadow: #BBBDC0 -3px 3px 6px;
}

Let us know how it goes! :slight_smile:

Ben

thanks, but that makes all other boxes on the site, with shadows as well.

But i think I found the solution now - finding this class .fl-node-5666b0ec3b54f d

Hey Jette,

It should only apply to those columns where you’ve placed boxshadow as an additional class. Anyway, glad you got it working with the node-IDs! Enjoy BB! :slight_smile:

Ben