• Resolved virtuallynicky

    (@virtuallynicky)


    Hi

    I’m using the “girl” theme on this blog https://www.tinyswirl.co.uk. It’s a while since I’ve played with someone else’s css and need some help “getting into their mind” <grin>

    If you look at the blog, you will see that the tag cloud is not a cloud, but a list. I want it to be a cloud – can anyone suggest how I get it to be?

    Thanks…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Actually it’s not a proper list. Just a series of links. It looks like a list because all links have been set to display:block; in the stylesheet. Try adding:

    .widget_tag_cloud a {
    display:inline;
    padding:3px 0;
    line-height:1.3em;
    }

    to the stylesheet.

    Thread Starter virtuallynicky

    (@virtuallynicky)

    Ah see that was part of what was confusing me – the fact it wasn’t using the li tag. I will try that, thanks Esmi!

    Thread Starter virtuallynicky

    (@virtuallynicky)

    Hi again. I must have done something wrong with the code you gave me because it didn’t work but I removed the display:block; bits in the appropriate places and now it looks fantabulous. Thank you for your help :o)

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tag cloud widget with girl theme.’ is closed to new replies.