I would like to move the slider up and also make it the same width as the content area it’s in.
See link below for explanation of question:
https://dl.dropboxusercontent.com/u/52916400/home%20page.png
Hey erik!
Please add following code to Quick CSS
.home .content {
padding-top: 0;
}
Regards,
Yigit
That worked great, but the slider is still not as wide as the div?