• Resolved Daylliance

    (@daylliance)


    Hi all,

    I’ve added the language chooser widget of qtranslate-x to the topbar of my website http://www.daylliance.com. It shows the two flag-images underneath eachother (vertical) with choose-buttons in front of the image. I want the flage images to be next to eachother (horizontal) without the choose buttons, so customer can just click on the flag images to change the language, and the images are in one line with the other text in the topbar.

    Can somebody help me with that?

    Thanks in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Try adding this to Appearance> Theme Options> Advanced Settings> Custom CSS box.

    .language-chooser li {
        display: inline-block;
    }

    Let me know if that works for you.

    Thread Starter Daylliance

    (@daylliance)

    Hi Kevin,

    Thanks for your help. The flags are good now. I only want them to be on one line with the text ‘free shipping’ and ‘your cart’. Now the text is on the second line.
    Can you also help to fix that?
    Thank you!

    Kind regards,

    Sanne
    http://www.daylliance.com

    Try adding this CSS and let me know if it works for you.

    .kad-topbar-right .textwidget {
        margin-top: -35px;
    }
    Thread Starter Daylliance

    (@daylliance)

    Perfect! Thank you so much!!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Language Chooser in Header’ is closed to new replies.