I notice that for every item I add in Muffin Builder, there is a lot of spacing/padding between each item. How do I adjust that? For example, my client is saying there is too much spacing/padding between each Fancy Divider and the next item (column or list element) and would like to reduce it:
[Links visible only for registered users]I checked...content padding is deactivated in the global settings and I made sure that the column padding is blank.
Comments
this margin comes with column items. If you want, you can decrease this maring with below css:
.column, .columns {margin: 0 1% 20px !important;
}