• Hello there
    slideshow images are not resized properly on mobile devices.
    is there any additional css code or anything else to fix it?

    thanks a lot

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

Viewing 1 replies (of 1 total)
  • Hello,
    ?
    ?Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

    @media screen and (max-width: 480px) {
    .slideshow-image {
    background-size: 100% 60%!important;
    background-position : center center!important;
    background-repeat : no-repeat!important;

    }

    .page-id-1748 #hero{
    background-image:unset!important;
    background-color:black!Important;
    }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘hero slideshow cuts images on mobile’ is closed to new replies.