Slider Image Sizing

Discussion in 'Woodpecker WordPress Business Theme' started by rrsciullo, Mar 4, 2016.

Thread Status:
Not open for further replies.
  1. rrsciullo

    rrsciullo New Member

    Joined:
    Mar 1, 2016
    Messages:
    6
    Likes Received:
    0
    I am trying to reduce the height of my slider images. I found a thread where it was recommended to change the code as listed below...I made the change and it does reduce the height of the slider, but the slides now seem to get stuck. Also, I lose the navigation button. Can you give me proper code just to reduce the height of the slider image? Thanks

    .nivoSlider {
    height: 500px;
    }
    .nivo-directionNav a {
    bottom: 213px;
    }
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    Could you please provide us 'URL' of your site so that we can better assist you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. rrsciullo

    rrsciullo New Member

    Joined:
    Mar 1, 2016
    Messages:
    6
    Likes Received:
    0
  4. priya

    priya Guest

    Hello,

    Would you please try below code and check after that...
    Code:
    .nivoSlider img {
        height: 465px;
    }
    Change numeric value as per your requirement...

    Hope it will resolve your issue

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. rrsciullo

    rrsciullo New Member

    Joined:
    Mar 1, 2016
    Messages:
    6
    Likes Received:
    0
    Yes I think that does it. Thank you.
     
  6. priya

    priya Guest

    You're welcome..:)

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
Thread Status:
Not open for further replies.

Share This Page