Closed (fixed)
Project:
Sky
Version:
6.x-3.9
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Sep 2009 at 12:56 UTC
Updated:
10 Jan 2010 at 20:28 UTC
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
Comment #1
jacineHi 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.
:)
Comment #2
jacineAssuming you are good with this.