Closed (fixed)
Project:
Language Icons
Version:
6.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
7 Jul 2009 at 15:21 UTC
Updated:
9 Jul 2009 at 11:06 UTC
Hey guys,
I was wondering if anyone could point me to what file I need to edit in order to have the language switching block display itself as a horizontal line (instead of the vertical list it always shows up as).
Sorry if my support request seems foolish, I'm fairly new to the Drupal framework and don't really know what files to go about editing. Thank you for your time and help!
Comments
Comment #1
Sephiriz commentedFigured out the relative CSS I had to edit to make the list appear horizontal. I just found what region the block was in and made the list-style inline:
#header-last ul li {
display: inline;
}