Slider Image covering menu

Discussion in 'RoadFighter WordPress Theme' started by sleerts, Sep 22, 2015.

  1. sleerts

    sleerts New Member

    Joined:
    Aug 23, 2012
    Messages:
    13
    Likes Received:
    0
    Can't seem to find where I screwed up but the slider image is covering the menu for mobile.
    haneylandscapes.com
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

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

    Code:
    @media only screen and (max-width: 480px){
    .menu-wrapper {
        margin-top: 270px !important;
    }
    }
     
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .menu-wrapper {
        margin-top: 411px !important;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sleerts

    sleerts New Member

    Joined:
    Aug 23, 2012
    Messages:
    13
    Likes Received:
    0
    Thank you. Also, can you advise how to center the logo on mobile, my css is rough these days.
     
  4. priya

    priya Guest

    Hello,

    I have checked your site and the logo is already in center for the mobile view..

    Kindly check..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  5. sleerts

    sleerts New Member

    Joined:
    Aug 23, 2012
    Messages:
    13
    Likes Received:
    0
    Thanks.

    It seems I'm having the menu issue on other pages as well not just the front page :(
     
  6. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

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

    Code:
    @media only screen and (max-width: 480px){
    .header .logo {
        margin-left: -15px !important;
    }
    }

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  7. sleerts

    sleerts New Member

    Joined:
    Aug 23, 2012
    Messages:
    13
    Likes Received:
    0
    It did with the logo but if you go to any of the pages, the MENU/Navigation is showing down by the footer almost.
     
  8. priya

    priya Guest

    Hello,

    Could you please share your dashboard credential at [email protected] and we will do it for you?

    Looking forward to your reply.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page