Is there a way to move the slider down so the logo is above it in white space. Issue we're having is that some of the photos are dark in the top left area and the logo doesn't look good with transparent background. I could use Dzonia but I really like the lower part of this theme.
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .flexslider{ margin-top:200px; } @media only screen and (max-width: 767px) and (min-width: 480px){ .flexslider{ margin-top:0; } } @media only screen and (max-width: 480px){ .flexslider{ margin-top:0; } }