Topic Resolution: Resolved
  • Closed
  • EMH
    Spectator
    June 28, 2016 at 11:50 am #28659

    When I hover over a top level menu link, the sub menu appears below but there is a 2px gap! This makes it very jumpy to use.
    I’ve searched the css high and low and can’t figure out why this is happening!
    Any ideas?

    test.torrisdaleblog.co.uk

    a million thank yous.
    x

    Daniel Jones
    Spectator
    Posts: 148
    June 28, 2016 at 3:21 pm #28661

    Hi X,

    Thanks for contacting us.

    Kindly use the following custom CSS code by adding it to Appearance > Theme Options > Custom CSS:

    ul.nav-menu ul {
    margin-top: -5px!important;
    }

    I hope that helps.

    EMH
    Spectator
    Posts: 36
    June 28, 2016 at 9:17 pm #28665

    So bloomin’ simple!!!
    Feel stoopid!
    Thank you
    xx