Bug in wp-responsive-menu.php
-
Just a minor bug, please fix it in your next update. There’s a typo on line 174 in your inline style definition:
…
173 #wprmenu_bar .bar_logo {
174 pading-left: 0px;
175 }
…
Obviously it should readpadding-left: 0px;
The topic ‘Bug in wp-responsive-menu.php’ is closed to new replies.