Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Mobile Menu is Always Expanded #74219
    Manufacturing-Works
    Participant

    That works, thank you! However, for anyone else who has the same issue and references this, I wrote your code like this.

    @media only screen and (max-width:767px){
      .site-header{
        position: sticky!important;
      }
      .site-header-menu.toggled-on, .no-js .site-header-menu {
        display: block;
      }
      .site-header-menu {
        display: none;
    }

    Thanks again!

    in reply to: Mobile Menu is Always Expanded #74120
    Manufacturing-Works
    Participant

    That gif is exactly how I would like it to look, however, it does not do that (at least on my end). My site URL is: http://www.manufacturing-works.com/

Viewing 2 posts - 1 through 2 (of 2 total)