Closed (fixed)
Project:
Service links
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
21 Nov 2007 at 18:33 UTC
Updated:
11 Mar 2008 at 16:51 UTC
I'm currently using the LiteJazz theme and would like to have service links appear as a block at the bottom of content. However, I would like the service links to appear as a horizontal row, rather than a vertical column. I read in a similar post that this could be done with CSS, but no examples or code snippets were given. Can someone provide some kind of quick code snippet that I can copy and paste to make this work?
Thanks for helping out this newbie!
Comments
Comment #1
martyr13 commentedwith the garland theme i did it by using
.service-links li {
display: inline;
}
but i don't know how they have it marked up in the light jazz theme. the best tool to use for modifying css is firebug, which is an add on to the firefox browser. with firebug, you can single out parts of your page, so you know what the mark-up is, so you can manipulate the css. in the april 20th podcast, elliot rothman talks about how to use firebug.
http://theartlab.net/podcast/drupal-school?page=2
Comment #2
apsivam commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.