• Resolved gragaer

    (@gragaer)


    Hello there!

    I love the plugin functionality, the only thing is that the language flags stick out higher on my page than the rest of the menu. I’ve tried various CSS options that didn’t work out, most importantly…

    .lang-item {
    display:inline;
    }

    .main-menu img {
    display: inline;
    }

    Does someone know how to fix this?

    Thanks already!

    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,

    You can test:

    
    .edgtf-main-menu>ul>li>a>span.item_outer .item_text {
        vertical-align: baseline;
    }
    

    But the best, when you have a CSS question is to ask you theme support. They are in the best position to help with CSS issues.

    Thread Starter gragaer

    (@gragaer)

    You, Sir or Miss, are awesome! And just saved me so much trouble and headache – thanks a ton, have the most fantastic weekend!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Language Flags Higher than Menu’ is closed to new replies.