How can I make the slider images bigger. The width is fine, I just want to make them a bit higher. I've tried adding the following in Custom CSS but it doesn't work. What am I doing wrong? Is it possible to change the height? .slide .images img{ width:960px; height:640px; Thanks url : www.yourweddingimages.co.uk
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .slider-container { height: 640px; } .slide-img { width: 897px; height: 640px; } Do not increase width. It will cut slider image.
Hello, Please check your site. Code worked at your site is given below. Code: .slider-container { height: 640px!important; } .slide-img { width: 897px; height: 640px!important; } .slides_control { min-height: 598px[FONT=Consolas]!important;[/FONT] }