• Hello,

    I have problem with inner pages hero slideshow. The first image is not laoding correctly. I tried to change diffrent stuff and image size, but still image is not loaded properly. When I add this css code “.backstretch {height: 512px!important;” slideshow image load correctly but only on pc version. It would be nice if you have some suggestions of what css code to add for mobile version. Also tittle font size on mobile version is to big, and I also would like to change the font size on mobile.

    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 :

    ??.backstretch-item img{
    width:100% !important;
    height:100% !important;
    object-fit: fill !important;
    position:unset !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Inner pages hero, slideshow’ is closed to new replies.