• Resolved mianviru2

    (@mianviru2)


    asHello, I would like to know how to make the flag and the text appear on the same line, like the example on the right… right now I see it like the image on the left…

    I have tried several CSS that I have found but none of them do it… It is in the menu option not in the widget, but the same thing happens in the widget I’m currently using the Kadence theme…

    Can anybody help me?
    Thank you!

    • This topic was modified 2 months, 1 week ago by mianviru2.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Chouby

    (@chouby)

    Hello,

    There is a global display: block on the img tag. So you just have to override the rule in a more specific way:

    .lang-item img {
    display:inline;
    }
    Thread Starter mianviru2

    (@mianviru2)

    With this code it works fine the first time, thank you very much!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.