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 #2598151
Slider Layout on Larger Screens / Responsive Use
Closed

Comments

  • Philip started the conversation

    Hi,

    We have added a slider on the website listed and configured.  But for some reason, the slider is not displaying correctly on larger screens

  •  244
    Kreatura Support replied

    Hello Philip,

    Thank you for getting in touch with us!

    Could you please send me a wordpress admin temporary to your site? I would like to check your slider configuration. Thank you, in advance.

    Best Regards,
    Andrea | Kreatura Support Team

  •   Philip replied privately
  •  244
    Kreatura Support replied

    Hello Philip,

    Thank you!
    The issue caused by a CSS rule from your theme, which overwrite the style of the background images:
    https://stagingmailboat.xyz/wp-content/themes/mailboat/css/style.scss

    section.banner-part {
    	position: relative;
    	img {
    		width: 100%;
    		max-height: 646px;
    		object-fit: cover;
    		object-position: center;
    	}


    Best Regards,
    Andrea | Kreatura Support Team