Columns / Removing Spaces / Padding

Hello,

So i got a column setup the way I would like by using the “remove spacing” and now the column stretches right to the edge. But how do I then add spacing between each “classic Promo” element? so each one looks like its own block?

(Page in question will be in a secure note)

many thanks!

Hello Garlicfox,

Thanks for asking. :slight_smile:

You can add a class name ex promo-element-spacing under Promo Element. After that you can add following CSS under Pro > Theme options > CSS:

.promo-spacing {
    margin-bottom: 10px;
    margin-top: 10px;
}

Please adjust the values and rename the class name promo-spacing as per your requirement. I am using Macbook Air and I don’t see button covering text. Can you please share some screencast for we can take a closer look? Having said that, please try clearing cache and see how it goes.

Thanks.

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