I would like to make the mobile navigation menu appear at a larger screen size (for tablets - likely even in landscape mode.) Can you please provide the CSS code to make this adjustment? The site that I am developing for is www.pilotcarinsurance.org Thanks in advance. Linda
Hi, Greetings from InkThemes, 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: 1300px) and (min-width: 960px){ #menu .ddsmoothmenu li { margin-left: -10px !important; } #menu .ddsmoothmenu li a { font-size: 15px !important; } } Hope it will resolve your issue Thanks & Regards! Nitin InkThemes.com