• Hello I am using Krystal Lawyer free theme and I want to make sticky the header in mobile menu. In Desktop is ok but in mobile I have problem.

    Any idea?
    Thanks in advance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @matigka

    Try the following CSS

    @media only screen and (max-width: 767px) {
        header.fixed {
            display: block !important;
        }
    }

    Copy & Paste it in Appearance -> Customize -> Additional CSS

    Best Regards

    Thread Starter matigka

    (@matigka)

    Hello,

    It worked. Thanks a lot!!!

    Close the ticket.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Sticky header in mobile menu’ is closed to new replies.