When run on mobile the mobile menu is not centred

Discussion in 'BlackBird WordPress Theme' started by wedgels, Jan 21, 2018.

  1. wedgels

    wedgels New Member

    Joined:
    Oct 29, 2017
    Messages:
    9
    Likes Received:
    0
    If you look at my site on a mobile larger than an iPhone5 (or hold the iPhone5 sideways) you can see that the mobile menu button doesn't centre itself properly. How do I fix this?

    Site - www.ingletoncottages.com
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi,

    Greetings from InkThemes,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Appearence->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    @media only screen and (max-width: 767px){
    #MainNav {
        padding-left: 75px;
    }
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page