Slider Size

Discussion in 'Appointway WordPress Theme' started by hopkinsseo, Jan 26, 2014.

  1. hopkinsseo

    hopkinsseo New Member

    Joined:
    Jan 25, 2014
    Messages:
    23
    Likes Received:
    1
    Hi,

    I would like to change the Slider size to 500 height by 400 width so that
    the pictures don't looked so streched.

    I currently have 4 photos, what is the code is CSS to change the slider size for all
    the photos ?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flexslider,.flexslider .slides li img {
    width: 500px;
    height: 400px;}

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page