• Resolved rmckibben

    (@rmckibben)


    I cannot find a setting or documentation on why when I add an image to the Hero Slider it doesn’t contain the image. In particular, the second slide. It shows the image “zoomed in”. This is especially problematic with the mobile site since it won’t even show either slide contained.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    Please add this extra CSS code in Customizer -> General Settings -> Additional CSS :

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

    .background-layer {

    background-color:black!Important;
    }
    .h-slider {

    min-height:300px!important;
    }
    }

    Thread Starter rmckibben

    (@rmckibben)

    That CSS didn’t change anything but I was able to fix it by changing the min-height of the Hero Slider.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hero Slider Image Size’ is closed to new replies.