How do I move the Slider down?

Discussion in 'RoadFighter WordPress Theme' started by deekay, Jan 20, 2014.

  1. deekay

    deekay New Member

    Joined:
    Nov 24, 2013
    Messages:
    11
    Likes Received:
    0
    How do I move the Slider image to be below the logo, menu bar and contact us. I want to avoid overlay on any of the slider image.

    Thank-you.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .slider-wrapper {
    margin-top: 200px;
    } 
    You can adjust the value of "margin-top" as per your requirement.
    This will solve your issue.
     
  3. deekay

    deekay New Member

    Joined:
    Nov 24, 2013
    Messages:
    11
    Likes Received:
    0
    Thank-you, that works for the site when viewed on a computer, but the space then looks quite ugly when viewed on a mobile device and also the slider now sits in front of the logo and call button and the menu when viewed on an iPhone. Any way I can fix this?
     
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Undo your old customization and just go to Settings > Reading and select home page as a static page from there.


    Check image for reference
    2014-01-22_1233.png


    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     
  5. deekay

    deekay New Member

    Joined:
    Nov 24, 2013
    Messages:
    11
    Likes Received:
    0
    Home page is not an option to choose from the static page dropdown menu.
     
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207

    Hello,

    It is not compulsory to choose homepage, Just choose any page so that static page option activated.



    Thanks & Regards
    Gourav Shrivastava
     

Share This Page