Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Nick C

    (@modernnerd)

    You can use the snippet here to override the default Genesis → Slider Settings for your child theme (including pixel values for the height and width):

    https://wordpress.org/plugins/genesis-responsive-slider/other_notes/

    You can alternatively set max-width values in pixels or percent with CSS in your child theme’s stylesheet:

    .flexslider {
      max-width: 100%;
      max-height: 400px;
    }
    
    .slide-image {
    	max-height: 400px;
    }
    Thread Starter private

    (@remery)

    Thank you!

    Thread Starter private

    (@remery)

    Are you sure this is the right snippet? I don’t have the flexslider. It’s the Genesis Responsive Slider. Shouldn’t that be:

    .responsive slider or similar?

    Plugin Support Nick C

    (@modernnerd)

    Yep, it should be correct! Genesis Responsive Slider uses the FlexSlider slider library, which is why you see a reference to that in the code. http://d.pr/i/197oW

    If you need help modifying the slider width for a custom child theme, you’re welcome to ask for theme customisation help in our forum at http://www.studiopress.com/forums/

    Plugin Support Nick C

    (@modernnerd)

    Yep, it should be correct! Genesis Responsive Slider uses the FlexSlider slider library, which is why you see a reference to that in the code. http://d.pr/i/197oW

    If you need help modifying the slider width for a custom child theme, you’re welcome to ask for theme customisation help in the StudioPress forums.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Making Slider Full Width – Help’ is closed to new replies.