Hi all,

I am using the sky theme and have installed the Internationalization module to create a multilingual site.

The problem i am having is with the langauge switcher block, i would like to have the languages so they appear on one line not underneath each other as they do as default, anyone got any ideas what / where i need to make the modifications?

Cheers,

Jay

Comments

jacine’s picture

Hi Jay,

You'll need to write your own CSS for it. If you don't have Firebug, you should probably get it.

The language switcher block has an ID of #block-locale-0, and you'll need to target it with CSS. Here is a good article on styling lists (which the languages themselves are in): http://www.alistapart.com/articles/taminglists/ You should be able to use some of the code there.

:)

jacine’s picture

Status: Active » Closed (fixed)

Assuming you are good with this.