Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Gunu

    (@grafcom)

    @aartb

    change

    element.style {
        padding-bottom: 20px;
        padding-top: 5px;
    }

    to

    element.style {
        padding-bottom: 20px;
        padding-top: 9px;
    }

    Thread Starter AartB

    (@aartb)

    Thanks Gunu. Where do I add it? If I add it to custom css it doesn’t work. Do I have to add it somewhere in the plugin? Sry for my coding noobness

    Plugin Author Gunu

    (@grafcom)

    I think it’s already existing in your theme css –

    maybe this?

    .qtranxs_language_chooser a {
    	padding-bottom: 20px;
    	padding-top: 9px;
    }

    Thread Starter AartB

    (@aartb)

    Hmm. Doesn’t work. Nothing changes.

    Plugin Author Gunu

    (@grafcom)

    Try this, play with the pixels

    .qtranxs-lang-menu{
    	padding-bottom: 20px;
    	padding-top: 9px;
    }
    Thread Starter AartB

    (@aartb)

    You sir, are a legend. This css worked.

    .qtranxs-lang-menu{
    padding-bottom: 20px;
    padding-top: 9px;
    }

    The flag is now perfectly aligned with the rest of the menu.

    Thanks!

    Plugin Author Gunu

    (@grafcom)

    You are welcome!

    You can review this plugin to help other people to find out the value.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Language switcher menu alignment’ is closed to new replies.