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

    Hi,

    I am trying to change the point at which the hamburger icon is triggered on the site I am working on. Currently, the menu overlaps the logo before the icon appears on smaller screens. I would like it to trigger at around 1100px. The CSS I am trying to use (but is not working) is:

    @media only screen and (max-width: 1100px){
    .responsive #top #header_main > .container .main_menu .av-main-nav > li > a, .responsive #top #wrap_all .av-logo-container {
    height: 80px;
    line-height: 80px;
    }}

    Any help?

    #989006

    Hey timkeeley,

    Thank you for contacting us. Please check the documentation for the correct code snippets.

    Best regards,
    Vinay

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