I already change the size of the logo for mobile displays but it looks out from the menu header... is there a way to make the menu header bigger so the logo fits in to it? is there a way to change the menu header colors on mobile only?
as you can see on desktop displays i have a transparent header .. is there a way to set transparent header for mobile?
I already change the size of the logo for mobile displays but it looks out from the menu header... is there a way to make the menu header bigger so the logo fits in to it? is there a way to change the menu header colors on mobile only?
as you can see on desktop displays i have a transparent header .. is there a way to set transparent header for mobile?
Thanks
Hey ,
@media only screen and (max-width: 1000px) and (min-width: 1px){ body header#top #logo img { margin-top: -65px !important; } }
Thanks
ThemeNectar Support Team