Change slider size

Discussion in 'Andrina WordPress Theme' started by lexsine, Nov 27, 2012.

  1. lexsine

    lexsine New Member

    Joined:
    Nov 22, 2012
    Messages:
    1
    Likes Received:
    0
    My slider on the homepage of my site is too big. I would like it to be about half the size that it currently is. Please help me figure this out http://opendoormultiservices.com/.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slides_container div.slide img {
    width: 904px;
    height: 303px;
    }
    .slides_container div.slide {
    width: 911px;
    height: 303px;
    }
    .slides_container {
    width: 911px;
    height: 303px;
    }
    #example {
    width: 920px;
    height: 303px;}
     
    .slider-wrapper {
    width: 950px;
    height: 390px;
    background: url(images/slide-shaddow.png) 20px 317px no-repeat;
    }
     

Share This Page