• kevjon

    (@kevjon)


    I notice a difference in the menu layout on my site between Firefox/IE and Chrome. In Chrome the menu bumps into 2 rows quite unnecessarily (the rightmost item drops into a lower row). It seems to limit the width of the menu bar.
    I’ve looked at the Header options etc but see nothing relevant.
    The site is knucklas.org.uk.
    Not a big bug, but seems odd.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Avoid using minus margins in CSS.

    Thread Starter kevjon

    (@kevjon)

    Thanks for that.
    I looked in css.php and changed negatives in “Drop positions” with no effect.
    Style.css doesn’t seem to have anything negative.
    Can you be more specific please?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    This CSS is not within a stylesheet, but internally within pages.

    ul.rMenu-hor li {
     margin-bottom: -1px;
     margin-top: -1px;
     margin-left: -1px;
    }

    It could be implemented through a Custom-Styles-type plugin.

    Thread Starter kevjon

    (@kevjon)

    Thanks – this is all a bit beyond me.
    Chrome users will just have to put up with it!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Menu in Chrome’ is closed to new replies.