Limited availability during the holidays

Another busy year is coming to its end, and an exciting year lies ahead. In order to get ready for a fresh new start, our team will spend a few days' rest during the winter holidays. Over the holiday break, we will have reduced staffing from December 20th, 2024, to January 5th, 2025, so please be patient if you do not receive a response as quickly as you normally would.

We send our warmest wishes for happiness, health, and success throughout the coming year. Thank you for your continued support, and may you have a peaceful and blessed Happy Holidays!

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