Home › Forums › Ovations Themes › Menu in mobile
Hi, Roger Jivers here. When I access my blog using my cell phone for some strange reason I don’t see the menu in the top header. Could you please take a look at https://madinavitamins.com Thanks
Hi,
Add the below CSS code in additional CSS.
Go to Dashboard >> Appearance >> Customize >> Additional CSS >> Paste the given CSS on it >> Publish
@media screen and (max-width: 1024px){ .toggle-nav i { font-size: 29px; color: #fff; } }
Many Thanks