Logo position

Discussion in 'RoadFighter WordPress Theme' started by tobyb, Apr 20, 2014.

Thread Status:
Not open for further replies.
  1. tobyb

    tobyb Active Member

    Joined:
    Dec 28, 2011
    Messages:
    256
    Likes Received:
    31
    Location:
    World Wide
    Hello,
    On the mobile view the logo is showing below the slides, is it possible to have it showing on the top of the slides as shows in the desktop view to save space in mobile view.
    Cheers Tob
     
  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:
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .header {
    position: absolute;
    top: 0px;
    }
    .slider-wrapper {
    margin-bottom: 70px;
    }
    } 
    You can adjust the value of "top" and "margin-bottom" as per your requirement.
    This will solve your issue.
     
  3. tobyb

    tobyb Active Member

    Joined:
    Dec 28, 2011
    Messages:
    256
    Likes Received:
    31
    Location:
    World Wide
    Thank you Piyush for your great support.

    Cheers.. Tob
     
Thread Status:
Not open for further replies.

Share This Page