Hello!
I hid the logo on the home page with the following in Quick CSS:
.page-id-789 .logo { display: none !important;
}
But the mobile menu icon looks low compared to the breadcrumbs on that page.
Is there a way to fix this?
Link to the site is below.
Thanks in advance for your help!
Hey Julie,
Can you please enable the right click function on your site so that we can inspect the css?
Best regards,
Jordan Shannon
Hey Jordan,
Oops, sorry about that – should be able to check now.
Thanks!
Hi,
For me the icon seemed a bit high. Let me know if this fixes it:
@media only screen and (max-width: 767px) {
#avia-menu.menu.av-main-nav{
margin-top:-15px!important;
}}
Best regards,
Jordan Shannon
Hey Jordan,
Interesting… That looks great on the home page, but now it’s a little high on the others (on a Samsung Note 4).
Looks like the height shrinks without the logo.
I think this will work.
If not, I’ll be back.
Thank you :)