Move Slider Down

Discussion in 'RoadFighter WordPress Theme' started by rogerschnur, Jun 14, 2013.

  1. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    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.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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;
    }
    }
     
    johnboy58 likes this.

Share This Page