Okay
  Public Ticket #2429774
Gutenburg overflow problem
Closed

Comments

  • jelle started the conversation

    I'm having an issue with the layer slider. the Ubermenu above gets cut off by the layer slider, can't find any overflow-hidden items. if I turn of the Gutenberg block in the layer slider options, the problem is fixed but the layer slider isn't showing up anymore on the website. if I go to the back-end of the page it says, your site doesn't support the block of layer slider. 

  •  244
    Kreatura Support replied

    Hello Jelle,

    Thank you for getting in touch with us!
    You should increase your header z-index, for example with this css code:

    #header {
    z-index: 1000;
    }



    Best Regards,
    Andrea | Kreatura Support Team

  • jelle replied

    Thanks! worked like a charm. I'm also trying to decrease the white space between the menu and the layerslider/main container. is that something I would have to ask here?

  •  244
    Kreatura Support replied

    You are welcome!
    You should try this custom CSS code to remove the margin-top:

    article.entry-content {
        margin-top: 0px !important;
    }

    Best Regards,
    Andrea | Kreatura Support Team

  • jelle replied

    Thank you very much! :)

  •  244
    Kreatura Support replied

    You are welcome!smile.png

    Best Regards,
    Andrea | Kreatura Support Team