Drop Shadow Map Block

Look Demo

Easily add a faded drop shadow to the map block. This plugin uses css editor and works with all template families.

How To Install

From your Squarespace account, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.

// Drop Shadow Map Block //

.sqs-block-map {
  padding: 0px !important;
  margin: 15px !important;
  -webkit-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.3) !important;
  -moz-box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.3) !important;
  box-shadow: 0px 0px 15px rgba(100, 100, 100, 0.3) !important;
}

Customize

Adjust the box shadow values to your liking.

License

This plugin comes with an Unlimited Use License. View License Terms

Previous
Previous

Map Block Border

Next
Next

Solid Drop Shadow Map Block