I would like to put language selection flags without any text next to the social icons in the page header. I have been trying to put this line anywhere in the header.php file but flags are still above the primary menu. I suspect this is not the correct file to play with.
<div id=”flags_language_selector”><?php language_selector_flags1(); ?></div >
Another issue is that if I choose flags with texts they are misaligned and flags are above the text.
I need some hints, directions what should I touch to get things done.