Mobile menu

Discussion in 'Cloriato WordPress Theme' started by deal11, May 22, 2015.

  1. deal11

    deal11 Guest

    Joined:
    Aug 30, 2012
    Messages:
    8
    Likes Received:
    0
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    Please 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: 480px){
    #MainNav {
      text-align: inherit !important;
      margin-left: 60px !important;
    }
    .mobile_nav > span {
      left: 22px !important;
    }
    }
     
    @media only screen and (min-width: 481px)(max-width: 767px){
    #MainNav {
      text-align: inherit !important;
      margin-left: 128px !important;
    }
    .mobile_nav > span {
      left: 22px !important;
    }
    }
    Thanks,
    Praveen
     

Share This Page