Site logo

Archived topic

top margin

3 replies · Started by Jose on September 11, 2020

Viewing posts 1–4 of 4

Hi there,

two things:

1. the beaver builder row has 20px padding.
2. The revolution slider is inserting a <p></p> tag before the slider image, although it is hidden it still has a bottom margin attached to it. Can you add a Custom CSS class to module containing the slider and ill provide some CSS to fix that.

Yes of course, to the slider revolution module? No problm.

I have called it "revolution"

Regards,

Try this CSS to remove the P bottom margin and i included the CSS to remove that top 20px padding in case you can't edit that in BB:

.revolution .fl-rich-text > p {
    margin-bottom: 0;
}

.revolution .fl-row-content-wrap {
    padding-top: 0 !important;
}
This archived topic is closed to new replies.