Is it possible to put the mobile menu to the left side, because it is too much right. Our site: http://stark-ps.de/wordpress/ Thank you!
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