[Support request] top margin

Home Forums Support [Support request] top margin

Home Forums Support top margin

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1439219
    Jose

    Hi, I don’t know how to delete the space in the top of the home. Maybe elements, I don’t know!

    http://digitalv-cp703.wordpresstemporal.com/asturmarine/

    #1439331
    David
    Staff
    Customer Support

    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.

    #1440214
    Jose

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

    I have called it “revolution”

    Regards,

    #1440269
    David
    Staff
    Customer Support

    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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.