Hi there, I'm not sure why when I view the site on mobile devices the menu looks stuck and things are not scaled. Also, the menu doesn't seem to work. Site is yemenface.com Kindly, assist. Mike
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: 768px){ .mobile_nav { display: inline-block !important; } } You can also use following css code to make your website look great in mobile view.(Optional) Code: @media only screen and (max-width: 480px){ .wrapper { width: 335px !important; } } It will resolve your issue. Thanks & Regards Yogesh Bhade