Margin issue

I’m not sure what’s happening, but I’m adding margin to an element and it refuses to move down. Can you help?

The element is a in the red box.

Hello @w3developing,

Thanks for asking. :slight_smile:

Please add following CSS under Pro > Theme Options > CSS :

.divider {
    clear: both;
    margin-top: 0 !important;
    padding-top: 30px !important;
}

.sidebarLocation .alignnone {
    margin-bottom: 40px !important;
}

Thanks.

Ah, ok. Thank you

You are most welcome. :slight_smile:

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