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

martyr13’s picture

with 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

apsivam’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.