• Resolved steinhm

    (@steinhm)


    I have a navigation menu and when I added a ‘work with me’ tab it went onto a second line even though it looks like there is enough space for it on the first. If I have to rename it something shorter I will, but I was hoping there would be a way I could force it onto the same line as everything else.

    Any chance this is possible? I’ve tried a few custom CSS options but this didn’t work.

    Thank you!

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter steinhm

    (@steinhm)

    Never mind! I found the answer to this in another thread.

    • This reply was modified 7 years, 1 month ago by steinhm.
    Thread Starter steinhm

    (@steinhm)

    Wait sorry to be so annoying. On the face of it, it looked like it had been fixed because it moved the additional item onto one line, but now my drop down menus are showing things side by side as well and I don’t want that. You can see it at universaljetsetters.com.

    I used this code:

    @media(min-width:768px) {
    header .site-bar .nav {
    width: 100%;
    }
    header .site-tools {
    position: absolute;
    right: 25px;
    }
    header .nav li {
    float: left;
    }
    }

    Thread Starter steinhm

    (@steinhm)

    Oh gosh I feel so ridiculous. I’m sorry, in the end I figured it out myself. So sorry! I wish I could delete this but can’t figure out how ??

    Fotis

    (@markwaregr)

    Glad you worked this out!

    @steinhm
    How did you solve this problem?

    Hi there @amirabdi,
    can you open a new thread with your issue? Perhaps I can help you there.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Navigation Menu on One Line’ is closed to new replies.