Is there anyway to change the size of the slider? All of the images I'm using for the slider end up grossly stretched and distorted and I'm wondering whether there is anything that can be done about this. Perhaps there's a way to change the dimensions of the header? Or do you have any advice to reduce the stretched/distorted/pixelated effect that my slider photos are having. I've tried resizing th ephotos but it doesn't really do much as most of the pictures I'm using aren't landscape. Secondly, is there anyway to change the colour of the background? Any css/code I can use? I'm hoping to get a blue background kind of like the blue in the background of this forum. (light blue). Thirdly and finally, is there a way to reduce the white in the header space? Thank you guys in advance, you've been very helpful so far
1. For your first issue Use recommended size image for your slider, The recommended image size for the slider is (950x350)px 2.For your second and third issue Code: .body_wrapper{ padding-top:0px; } .header_wrapper { margin-bottom: 0px; } body { background: #65a5d1!important; } This will solve your issue.