Title: ERROR POSITION
Last modified: July 18, 2019

---

# ERROR POSITION

 *  Resolved [riksilva](https://wordpress.org/support/users/riksilva/)
 * (@riksilva)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/)
 * Hello, when I put icone, or custom icon the text never gets below, always next
   to, an error that does not stay below the text how can I solve it? If anyone 
   can help me in this!

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/#post-11746229)
 * Hi [@riksilva](https://wordpress.org/support/users/riksilva/),
 * Can you provide your site URL to have a look?
    Thanks
 *  Thread Starter [riksilva](https://wordpress.org/support/users/riksilva/)
 * (@riksilva)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/#post-11746278)
 * Hello thanks for answering!
    Link: [https://papelariacultura.com.br/](https://papelariacultura.com.br/)
 * I’m developing the website, wordpress, elemental and woocomerce.
    My intention
   is to leave the menu with icons, I had to do all manual ai of the error in the
   responsive, the item (day to day) the last one is with Menu Image plugin, I let
   you see how it is happening. As I liked the pluguin I just wanted to use it on
   my site. When I put my custom icon, the text is not just below the side, I tried
   several times.
 * Thanks for listening!
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/#post-11747155)
 * [@riksilva](https://wordpress.org/support/users/riksilva/) Thanks. But I can’t
   see the website it’s in maintenance mode.
    Can you have a look so I can see it?
 * Thanks
 *  Thread Starter [riksilva](https://wordpress.org/support/users/riksilva/)
 * (@riksilva)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/#post-11749853)
 * Excuse me,
    The site is already online, there are eight menu blocks, only the
   last (day to day) is with the pluguin menu that I left for you to see! Thank 
   you!
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/#post-11752947)
 * Thanks [@riksilva](https://wordpress.org/support/users/riksilva/)
    It seems that
   the CSS of Elementor is overriding our CSS in the `<a>` element.
 * Add the code below to the Additional CSS field inside the Theme Custimozer
    (
   Apperance-> Customize -> Additional CSS)
 *     ```
       .menu-item a.menu-image-title-above, .menu-item a.menu-image-title-below {
           display: block;
       }
       ```
   
 * Clear the cache and test again. Let me know the result.
 *  Thread Starter [riksilva](https://wordpress.org/support/users/riksilva/)
 * (@riksilva)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/#post-11753348)
 * Thank you, Rui Guerreiro!
 * Okay, is there any way in the css code to determine that in mobile the text is
   on the side?
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/#post-11753482)
 * Try to wrap the code in a CSS media query so it’s only active above the 760px.
 * Replace the previous CSS by this one.
 *     ```
       @media screen and (min-width: 759px){
       .menu-item a.menu-image-title-above, .menu-item a.menu-image-title-below {
           display: block;
       }
       }
       ```
   
 *  Plugin Author [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * (@takanakui)
 * [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/#post-11783602)
 * Will close the topic for now. Let me know if necessary further help.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘ERROR POSITION’ is closed to new replies.

 * ![](https://ps.w.org/menu-image/assets/icon-128x128.png?rev=2123398)
 * [Menu Image, Icons made easy](https://wordpress.org/plugins/menu-image/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/menu-image/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/menu-image/)
 * [Active Topics](https://wordpress.org/support/plugin/menu-image/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/menu-image/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/menu-image/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Rui Guerreiro](https://wordpress.org/support/users/takanakui/)
 * Last activity: [6 years, 10 months ago](https://wordpress.org/support/topic/error-position/#post-11783602)
 * Status: resolved