• Resolved frankmuller

    (@frankmuller)


    Hi everyone I added an entry to my menu, and now the “contacts” item appears on a second line. It is possible to enlarge the menu so that all the items can be seen in a single line ?????

    Thank you very much

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    hello frankmuller,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer

    @media (min-width: 1200px)
    {
      .container {
          width: 1205px;
      }
    }

    Hope this will helps you.

    Thanks.

    Thread Starter frankmuller

    (@frankmuller)

    Perfect thanks so much, it works perfectly.

    Thanks thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘menu length’ is closed to new replies.