• Resolved susanna96

    (@susanna961)


    Hi, just found a strange bug in my site…
    Until 1025px screen resolution I have the transparent nav menu perfectly working.
    Then from 1023px down to mobile screens the burger menu works fine.
    But with 1024px resolution I have nothing, no menu at all, just the logo.
    Someone can help me please?
    Thanks!
    Susanna

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @susanna961,

    Thank you for contacting us. I am happy to help with your queries.

    Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.

    @media only screen and (min-width: 1024px) {
        .transparent-header .main-header:not(.sticky-active):not(.is-sticky), 
        .transparent-header .bottom-header-row:not(.sticky-active):not(.is-sticky) {
          background-color: var(--sydney-dark-background);
        }  
    }

    Clear any cache, restart web browser, run your test.

    Let me know how it goes.

    Regards,
    Kharis

    Thread Starter susanna96

    (@susanna961)

    How can I thank you!?!
    Perfect solution.
    Best support in the web!!!
    Thanks again!
    Best regards
    Susanna

    You’re welcome @susanna961!

    Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.

    Regards,
    Kharis

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘No menu in 1024 resolution’ is closed to new replies.