• Hi everyone,

    I use a child theme with a 500px wide slider on the home page, and a 200px slider on all other pages and posts. My code looks like this:

    /* slider width for every page */
    #customizr-slider.carousel .item {
    height:         200px;
    min-height:     200px;
    line-height:    200px;
    }
    
    /* slider width for home page */
    .home #customizr-slider.carousel .item {
    height:         500px;
    min-height:     500px;
    line-height:   500px;
    }

    Everything was working fine, however, after one of the recent updates all sliders are 500px. I tried to find something in the change-logs that would address this but I didnt find anything…

    Does anyone know where the problem might be?

Viewing 1 replies (of 1 total)
  • Hi,

    There is a setting for slider height.

    It’s found in WordPress admin -> Appearance -> Customize -> Content -> Front page -> Set slider’s height in pixels

    In your css code, you can try using !important to overwrite.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘slider size issues’ is closed to new replies.