Viewing 3 replies - 1 through 3 (of 3 total)
  • You need to fix it yourself, add some CSS code, like:

    #navigation ul.nav {
      padding-top: 2.244em; /* like in: #navigation ul.nav > li > a */
    }
    #navigation ul.nav > li > a {
      display: inline;
    }

    But I think can be more styles for media queries.

    Thread Starter ngoldwax

    (@ngoldwax)

    Thanks for the quick response. I’m really a novice at css. Where should I place that code?

    If your theme settings doesn’t allow to add custom css code, create child theme based on your current and add this code to style.css

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Wrapping in the menu’ is closed to new replies.