Title: Bad position
Last modified: September 2, 2016

---

# Bad position

 *  [yuribini](https://wordpress.org/support/users/yuribini/)
 * (@yuribini)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bad-position/)
 * the icons are far removed from the menu and also has no direct control to the
   image

Viewing 1 replies (of 1 total)

 *  Plugin Author [Vigorous Hive](https://wordpress.org/support/users/vihv/)
 * (@vihv)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/bad-position/#post-7754120)
 * I can add a field for custom css rules, if you want, but i do not think it is
   good idea.
 * Image position is up to your theme. Vihv Menu is backend plugin. Ordinary menu
   item has html code like this:
 *     ```
       <a href="http://me/wpsandbox/?page_id=709">Services</a>
       ```
   
 * and vihv menu replaces it with this
 *     ```
       <a href="http://me/wpsandbox/?page_id=709">
         <img alt="Home" src="http://www.vihv.org/images/shortcut.png">
         <span>Services</span>
       </a>
       ```
   
 * As you can see, you have 2 separate html tags for icon and for menu item title.
   That’s enough to control everything. For example you can change default layout
   [
   icon] [title] to [title] [icon] with simple css rule like this
 *     ```
       .menu a img {
         float: right;
   
       }
       ```
   
 * If images are far from menu on your theme it means that some of css rules in 
   your theme apply to menu images. You can change active theme for a second and
   see the difference. And you can use rightclick->inspect element (in chrome and
   opera) to find that naughty rule.

Viewing 1 replies (of 1 total)

The topic ‘Bad position’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/vihv-menu.svg)
 * [Vihv Menu](https://wordpress.org/plugins/vihv-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/vihv-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/vihv-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/vihv-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/vihv-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/vihv-menu/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Vigorous Hive](https://wordpress.org/support/users/vihv/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/bad-position/#post-7754120)