Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other [Solved] Header image won't center when language selector box added Reply To: [Solved] Header image won't center when language selector box added

#187196
sfoshee
Participant

I just inserted <div style="position: absolute; right: 0;"><?php do_action('icl_language_selector'); ?></div> in the Header.php file and that seemed to do the trick. Should I still add the `.site-header {
margin: 0 auto;
position: relative;
}

` in the Edit CSS section?