• Resolved staszek85

    (@staszek85)


    How make not breaking menu? when I have more description on the menu(in top and main) automatically break it in half, and they do not want.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi

    if by breaking you mean the items breaking to the next line, then thats probably the right way to do.

    The width is fixed and anything goes beyond it, should get to the next line.

    what do you think ?

    Thread Starter staszek85

    (@staszek85)

    Yes. I mean the transition to the next line of text. Due to the extensive menu, I would like to avoid that. If you could hint where and how to change it I would appreciate it.

    Thread Starter staszek85

    (@staszek85)

    resolved problem.

    .sf-menu li.sfHover li a {
    	display: inline;
    	width: auto !important;
    	white-space: nowrap;
    	}

    now looks great ??

    Thread Starter staszek85

    (@staszek85)

    of course all added to child theme, in style.css

    Great ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Not breaking menu(top and main)’ is closed to new replies.