Slide size.

Discussion in 'Andrina WordPress Theme' started by medinachaz, Dec 20, 2013.

  1. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    Hi guys, I was trying to shrink the slider by 100 px. This is what I have, but nothing happens, and I was hope you could help.

    .slider-wrapper {width:850px;}
    That's what I have in the styles section, I also have it for the container and other related items but with no results. Thanks for help.
     
  2. Piyush

    Piyush Support Staff

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

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.
    If this isn't something you're able to do then you would need to hire a freelancer for this.
     
  3. medinachaz

    medinachaz Member

    Joined:
    Nov 29, 2013
    Messages:
    62
    Likes Received:
    1
    is there a way for it not to be displayed?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

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

    Code:
    .slider-wrapper {
    display: none;
    }
     

Share This Page