reduce size of slider

Discussion in 'Woodpecker WordPress Business Theme' started by bwdaugherty, Dec 6, 2014.

  1. bwdaugherty

    bwdaugherty Member

    Joined:
    Nov 26, 2012
    Messages:
    118
    Likes Received:
    0
    I would like to cut the slider width in half so more of the front page could be seen. Please Advise. 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:
    .nivoSlider {
    margin: auto;
    width: 70%;
    height: 450px;
    }
    Please set width and height according to your requirement.

    Thanks & Regards
    Pramod
     

Share This Page