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

#187193
sfoshee
Participant

So add this in the Edit CSS section:
`
.site-header {
margin: 0 auto;
position: relative;
}

`
And then add this where I had it before in the Header.php file:
<div style="position: absolute; right: 0;"><?php do_action('icl_language_selector'); ?></div>

Is that right?