Before you ask please READ THIS

Adaptive problem with last menu item

in Starter Posts: 13
Hello,

I have an adaptive problem with the last menu item before the hamburger menu appears. I thought it was related to the language selector but in the local version of my site the language selector had not been added yet and I have the same problem.

How can I make the hamburger menu come on a little faster and avoid having my menu on 2 lines?

Regards,

Mario

Comments

  • AirAir
    Posts: 10,970
    Hello:-)
    navanex said: How can I make the hamburger menu come on a little faster and avoid having my menu on 2 lines?
    This is not possible with any easy change.

    Instead please post a live link to your site, and I will check if some adjustment can be done to space available in the header.

    With kind regards.
  • Posts: 13
    Hello!

    This is the temporary address of the site with access codes:

    http://navanex.audace.qc.ca/

    User: Navanex

    Pass: Ch@ntierN4val

    Thanks!

    Mario
  • AirAir
    Posts: 10,970
    Hey :-)

    Thanks for the access. The only thing that I could do is to reduce logo size from 1100px width to 1024px.

    Custom CSS for this would look like this:
    @media only screen and (min-width: 1025px) and (max-width: 1100px) {
        .header-horizontal .logo-container {
            min-width: 110px;
        }
    }
    Should do the trick.

    With kind regards.
  • Posts: 13
    Hello!

    Wow! It's works!

    Many thanks to you! You hare great! ;)

    Have a nice day!

    Mario
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion