Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #411275

    How can I make responsive header smaller but leave desktop header the way it is?

    #411689

    Hey anogma!

    I think what your wanting to do is add this to your custom CSS.

    @media only screen and (max-width: 767px) {
    #header_main, #header_main * {
      height: 40px;
    }
    }

    If that’s not correct then send us a link and take a screenshot highlighting the changes your wanting to do.

    Cheers!
    Elliott

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