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