Slider image size

Discussion in 'Poloray WordPress Theme' started by home, Dec 1, 2014.

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

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Hi there,

    Can you tell me if I am able to reduce the size of the slide images on the slider please?

    I have reduced the slider height to 200px, and would like to reduce the size of the slide images, and position them correctly as they now are overlapping outside of the slider.

    This is the URL of my website: fegans.co.uk

    Thank you.
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .flexslider .slides {
    height: 200px;
    margin-top: -26px;
    }
    .flexslider .slides img {
    height: 200px;
    }
    Thanks & Regards
    Pramod
     
  3. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Thanks. The image is still slightly overlapping though, and there seems to be an image behind the slides, that can be seen in the top corners, that I am unable to remove.
     
  4. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    Please use below code after all custom CSS code.
    Code:
    .flexslider .slides {
    margin-top: 0;
    }
     
    .flexslider {
    margin-top: -6px;
    }
    Thanks & Regards
    Pramod
     
  5. home

    home Member

    Joined:
    Oct 9, 2013
    Messages:
    70
    Likes Received:
    3
    Thank you. I really appreciate your help.
     
Thread Status:
Not open for further replies.

Share This Page