Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #907043

    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!

    #907102

    Hey Julie,

    Can you please enable the right click function on your site so that we can inspect the css?

    Best regards,
    Jordan Shannon

    #907131

    Hey Jordan,

    Oops, sorry about that – should be able to check now.

    Thanks!

    #907134

    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

    #907195

    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 :)

    #907362

    Hi Julie,

    Thanks for the feedback. Please let us know if you should need any further help.

    Best regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.