• Resolved jkash23686

    (@jkash23686)


    First off the plug-in is great and has been easy to style and use! One thing I cant find however is when you roll over the toggle menu text its slides down. Id like to stop it from doing that since it gets cut off.

    I looked in the css hoping to find the movement there but no dice.

    Any help would be awesome.

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

Viewing 1 replies (of 1 total)
  • Plugin Author sevenspark

    (@sevenspark)

    Glad you’re enjoying the plugin!

    What you’re seeing is your theme setting link padding to 0 and ShiftNav setting it to 10. To keep it consistent, you can add this CSS in the CSS Tweaks setting:

    .mainnav .shiftnav-toggle,
    .mainnav .shiftnav-toggle:hover{
      padding-top:4px;
    }

    Hope that helps! 🙂

Viewing 1 replies (of 1 total)

The topic ‘toggle menu roll over’ is closed to new replies.