• Hello,

    I was wondering, is it possible to make the slider wider than 1170px? Ideally I’d like it to be 1920px wide.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • hannah

    (@hannahritner)

    Hey, You can change with this css:

    @media (min-width: 1200px) {
    .flexslider {
      width: 1920px;
    }
    }

    Just paste that in your custom css box in theme options > advanced settings. Hope that helps!

    Hannah

    That won’t really work for things like the home page. The slider is contained in the “container” div. and the images are sized to that max settings. The free theme doesn’t have any options for a full width slider so I think the best option would be just to use a plugin and add it to the page and not the theme options.

    Kadence Themes

    Thread Starter DannyS89

    (@dannys89)

    @hannah: Thanks for trying! Unfortunately it didn’t work though. Thanks anyways!

    @Kadence Themes: I understand, thanks for letting me know!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Wider Slider’ is closed to new replies.