Jump to content
Sign in to follow this  
glynt

language selector align right

Recommended Posts

glynt

Hi, I have added the WMPL language selector to my site by inserting the code: <?php do_action('icl_language_selector'); ?> into my header.php document. It aligns left and I would like it so align right. I have tried a few things such as adding this to the custom css: #lang_sel {align: right;} so far without luck... Any ideas anyone??? Many thanks, Glyn (url: www.in-focus-marketing.net)

Share this post


Link to post
Share on other sites
kastelic

Try:

#lang_sel {float:right}

Share this post


Link to post
Share on other sites
glynt

That's done it.... Thanks v. much!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×