Making the slider box larger

Discussion in 'Local Business WordPress Theme' started by michel01, Nov 14, 2013.

  1. michel01

    michel01 Member

    Joined:
    Nov 13, 2013
    Messages:
    35
    Likes Received:
    0
    Making the slider box larger to place larger images.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .flexslider {
    width: 100%;
    margin-left: 0px;
    }
    This is the possible solution.
     

Share This Page