Home Forums WoodMart support forum Navigation is displayed in two lines

Navigation is displayed in two lines

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #546384

    czakomarko
    Participant

    When I added the icon, the navigation appears in two lines.

    Attachments:
    You must be logged in to view attached files.
    #546404

    Luke Nielsen
    Member

    Hello,

    Is there any chance that you could give me access to the dashboard area so I can have a look at the settings on your website, please?

    Kind Regards

    #546411

    czakomarko
    Participant

    Yes, i send

    #546527

    czakomarko
    Participant

    please it’s urgent

    #546531

    Luke Nielsen
    Member

    Hello,

    Try to use the code below to make it in one line:

    .whb-header .wd-header-main-nav .nav-link-text {
        white-space: nowrap;
    }
    
    .whb-header .wd-header-main-nav  .wd-nav {
        --nav-gap: 45px;
    }

    It happened because the image occupies some place, so the text is moved to 2 lines.

    Kind Regards

    #546533

    czakomarko
    Participant

    Work it! Thank you!

    #546557

    Luke Nielsen
    Member

    Hello,

    You are welcome! In case you need any additional help, I’d be more than happy to assist you.

    Have a good day!

    Kind Regards

Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)

The topic ‘Navigation is displayed in two lines’ is closed to new replies.