• Resolved lordkokman

    (@lordkokman)


    I hawe problem with 2 line name company. After i activate secondary menu and add anything to this menu, my title name jump to 2 line. Distance between menu and name is large. Is there chance to repair it? I try to fing somethin, but I cant. On mobile/ tablet is it understandable. In PC Browser (edge, chrome…) is 15 cm diametral between it. Can you help me? Thanks

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Senff

    (@senff)

    Hey @lordkokman

    You can use the following CSS to ensure the title is on one line:

    @media screen and (min-width: 768px) {
       .storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
        white-space: nowrap;
      }
    }

    However, it might not look good anymore when you add more items to your menu.

    Thread Starter lordkokman

    (@lordkokman)

    Thanks, this is perfect.

    Thread Starter lordkokman

    (@lordkokman)

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, I recommend creating a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Long title/name company’ is closed to new replies.