• Resolved joelatto

    (@joelatto)


    Hello, I’m having the same issue on both of the clients sites. When scrolling, the menu has a gap between the top of the page.

    Thank you for your help.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @joelatto
    For dutchboycleaners, in Custom Site CSS:

    header#page-header.sticky {
        top: 0;
    }
    

    for missiondiscount, in Custom Site CSS:

    header.header_after_scroll {
        top: 0;
    }
    
    Thread Starter joelatto

    (@joelatto)

    Thank you, that worked! Thank you for your diligence and hard work.

    Plugin Author rpetersen29

    (@rpetersen29)

    No problem, glad it worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘2 website with the same issue’ is closed to new replies.