Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Josh Leuze

    (@jleuze)

    Hi, this is a theme conflict, maybe it happened to be conflicting with more than one theme?

    The theme is styling the list items for the nav in a way that it shouldn’t. You can add this CSS to the theme’s stylesheet to fix the problem:

    #header-widget-area ul.meteor-nav li {
    	display: inline;
    	height: auto;
    	list-style: none;
    	margin: 0;
    	padding: 0;
    }
    Thread Starter Christina Garofalo

    (@cold-iron-chef)

    Thank very much, that did the trick!

    Plugin Author Josh Leuze

    (@jleuze)

    No problem!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider shifts on mouse over’ is closed to new replies.