Skip to main content
Add margins to your widgets

Set bottom or top margin to your widgets.

Baptiste Nicolas avatar
Written by Baptiste Nicolas
Updated over a week ago
Tutorial on how to set a margin to a widget

Copy/paste one of these properties to your embed code:

For a margin below the widget:

margin-bottom: 24px;

For a margin above the widget:

margin-top: 24px;

πŸ’‘ It is the same logic with Carousels, Stories, or Embed widgets.
This example has been made with a Carousel embed code.

Hope this helps!

Did this answer your question?