Viewing 2 replies - 1 through 2 (of 2 total)
  • try reducing the header-right-section width in the css:

    @media screen and (max-width: 999px){ /* change max-width */
    .header-right-section{
    width: 50%; /* or lower */
    }
    }

    use the breakpoint the menu drops down to the next line..

    Thread Starter technodude88

    (@technodude88)

    Thank you kilavik! I changed the media query and max-width and it worked!

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

The topic ‘Reducing header-right-section’ is closed to new replies.