• Resolved mitdrissia

    (@mitdrissia)


    Hi, i have a problem. When you go to website you see on the top a blank gap. I use crelly slider. When i use smart slider plugin i dont get that gap. See example. Could you help me fix this issue?
    I am using wordpress 4.8.1 with Generatepress and Beaver Builder lite.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Leo

    (@leohsiang)

    Hi there,

    It’s actually coming from BB. Looks like you may have an empty paragraph in there?

    You should check with them.

    You can try this CSS for temporarily fix:

    .fl-rich-text p {
        margin-bottom: 0;
    }
    Thread Starter mitdrissia

    (@mitdrissia)

    Awesome, it worked. Why is this a temporarily fix?

    But why dont i see the gap when i use master slider?Isn’t this then a crelly slider issue instead of Beaver builder?
    I allready have the following css code to get transparent menu with background:

    .site-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 500;
    }

    #site-navigation,
    #site-navigation .main-nav li a {
    background: transparent;
    }

    .fl-builder .site-header {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 500;
    background: transparent;
    }

    .fl-builder #site-navigation,
    .fl-builder #site-navigation .main-nav li a {
    background: transparent;
    }
    thanks for your fast reply. I really appreciate it.

    Leo

    (@leohsiang)

    I just think you should be able to remove that within BB plugin somehow.

    Not sure why it doesn’t happen with master slider.

    Best to check with BB and Crelly slider support.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Gap in menu with crelly slider’ is closed to new replies.