• Resolved bizzo87

    (@bizzo87)


    Howdy,

    The fetuared slider in my home page is too big for desktop user views. Is there anyway to reduce its size?

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

Viewing 1 replies (of 1 total)
  • Hi @bizzo87,

    You can add below CSS code to adjust the height of the banner. Please add the code in Additional CSS via Appearance > Customize > Additional CSS.

    @media only screen and (min-width: 1025px){
        .banner.banner-layout-two img, 
        .banner.banner-layout-two .fallback-svg{
            height: 450px;
        }
    }

    Please adjust the height value if needed.

    IF you face any issues or have questions, kindly let us know.

Viewing 1 replies (of 1 total)
  • The topic ‘Home page slider too big’ is closed to new replies.