Slider pictures too large in standard view

Discussion in 'RoadFighter WordPress Theme' started by jisenberger, Mar 3, 2014.

  1. jisenberger

    jisenberger New Member

    Joined:
    Feb 28, 2014
    Messages:
    7
    Likes Received:
    0
    Location:
    California
    I am using the Roadfighter template and the slider pictures take up so much area that you cannot see below the middle of the screen on a normal computer monitor. Is there a way to reduce the size of the slider height to better adjust to standard monitors and tablets/phones without loosing the slider look and feel?

    One of the previous posts had a single photo which was correctly sized (http://loriallenbridal.com/)

    ...what can I do to modify the slider to show up correctly.
     
  2. Nitesh

    Nitesh Support Staff

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

    For this paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .flexslider .slides {
    height: 450px;
    }
    .flexslider .slides img {
    height: 450px;
    }
    .signinformbox_wrapper {
    height: 350px;
    }
    Adjust height according to your requirement.

    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page