• Resolved riksilva

    (@riksilva)


    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

    (@takanakui)

    Hi @riksilva,

    Can you provide your site URL to have a look?
    Thanks

    Thread Starter riksilva

    (@riksilva)

    Hello thanks for answering!
    Link: 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

    (@takanakui)

    @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

    (@riksilva)

    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

    (@takanakui)

    Thanks @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

    (@riksilva)

    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

    (@takanakui)

    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

    (@takanakui)

    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.