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.
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.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-wrapper { display: none; }