Tagged: header
Guten Morgen,
vielleicht könnt Ihr mir ein wenig helfen.
ich möchte gern meinen Sprachumschalter rechts neben dem 2. Menü in der schmalen Header-Leiste haben.
Sitzt jetzt gerade unterhalb der Social-Icons.
Habe den PHP-Code in der header.php eingetragen. (hoffentlich an der richtigen Stelle)
Ich nutze eine Multisite mit MultilingualPress Pro.
Vielen Dank schon einmal.
Grüße
Martin
Hey Martin!
Can you please give us a link to the website? A screenshot of where you want the language switcher to be will help. :)
Best regards,
Ismael
Hi Ismael,
thanks for replay.
The Link is http://s511947180.online.de/wordpress
I want the Flags right on the Top in the secondary Menu (behind “Mein Konto”)
Can you help me?
Best regards
Martin
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.mlp_language_box {
float: right;
margin-right: 7%;
}
Cheers!
Yigit
Hi Yigit,
thanks for your reply.
But, i want the flags looks like here: http://s511947180.online.de/wordpress/header.jpg (I maked a pic)
I will added more flags. Up to 5 pieces.
Please can you help me to solve this?
Kind Regards
Martin.
Hey!
Please add following code to Quick CSS instead
.sub_menu { right: 10%; }
and remove margin-right: 7%; from the code i posted in my previous post.
Cheers!
Yigit
Hi Yigit,
Solved.
thanks for helping me.
Kind Regards
Martin.