Before you ask please READ THIS

Settings for SIngle Page Flexslider

Hello,

How do I adjust the dimensions of the flexslider on a single page? Page template is set to default. Page media is set to Album slider. I created an album and assigned it to the page. I uploaded all my images with the desired 335 pixel height I am seeking but they keep getting stretched to 1,200 pixel's high

Thank you!

Comments

  • AirAir
    Posts: 10,970
    Hello there:-)

    Could you share link to affected site, so I could see what is really happening?

    With kind regards.
  • The page is http://www.lyellcastonguay.com/carved-content-woodcut-mural/. I sized all the images so they would be inline with each other at 335 pixels high. For some reason the slider keeps stretching them to 1,200 px in height. The video link looks fine.
  • AirAir
    Posts: 10,970
    Flexslider will always stretch to full width of parent. If you like you can limit width of all flexsliders with this cusotm CSS
    .flexslider{
    width: 335px;
    margin: 0px auto 60px;
    }
    or target only slider on that site, with this custom CSS:
    body.page-id-200 .flexslider{
    width: 335px;
    margin: 0px auto 60px;
    }
    With kind regards.
  • Perfect! Thanks.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!