Title: Wrong icon position
Last modified: August 21, 2016

---

# Wrong icon position

 *  Resolved [pvl7182](https://wordpress.org/support/users/pvl7182/)
 * (@pvl7182)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wrong-icon-position/)
 * Hi.
 * I am using your menu icon plugin. Unfortunately the icon isn’t showing right 
   on my page. I tried all the available positions, nothing works. The icon is not
   in the center of the menu-item. Either it’s on the top right corner or bottom
   right corner. I couldn’t come up with a CSS solution.
 * But could you help me out somehow?
 * I’m using the [GoPress Free WordPress Theme](http://www.wpexplorer.com/gopress-wordpress-theme/)
   by WPExplorer.
 * Thanks in advance!
 * [https://wordpress.org/plugins/menu-icons/](https://wordpress.org/plugins/menu-icons/)

Viewing 1 replies (of 1 total)

 *  [Dzikri Aziz](https://wordpress.org/support/users/kucrut/)
 * (@kucrut)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wrong-icon-position/#post-5128528)
 * Hey.
 * Your theme doesn’t add the `.menu` class the the main menu. Please create a php
   file in `wp-content/mu-plugins` (eg: `my-menu-class.php`) and add the code below:
 *     ```
       function _wpex_gopress_nav_menu_args( $args ) {
       	$args['menu_class'] .= ' menu';
   
       	return $args;
       }
       add_filter( 'wp_nav_menu_args', '_wpex_header_nav_menu_args' );
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Wrong icon position’ is closed to new replies.

 * ![](https://ps.w.org/menu-icons/assets/icon-128x128.png?rev=2526860)
 * [Menu Icons by Themeisle – Add Icons to Navigation Menus](https://wordpress.org/plugins/menu-icons/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/menu-icons/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/menu-icons/)
 * [Active Topics](https://wordpress.org/support/plugin/menu-icons/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/menu-icons/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/menu-icons/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Dzikri Aziz](https://wordpress.org/support/users/kucrut/)
 * Last activity: [11 years, 10 months ago](https://wordpress.org/support/topic/wrong-icon-position/#post-5128528)
 * Status: resolved