Viewing 1 replies (of 1 total)
  • Thread Starter rhowes1990

    (@rhowes1990)

    Ok so I have found a fix that sorts the mobile menu. Maybe it’s not the correct way but it stops the menu half disappearing on the left.

    All I have done is added some custom css:

    @media only screen and (max-width: 360px) {
    #nav-topbar .container {
    padding-left: 40px!important;
    }
    }

    I think there could be some more media queries to set padding for different devices but maybe there will be a Theme Update soon that fixes it ??

    Hope this helps

    • This reply was modified 7 years, 7 months ago by rhowes1990.
Viewing 1 replies (of 1 total)
  • The topic ‘Mobile Menu’ is closed to new replies.