• Hi all,

    On my site, which is based on the NO LIMITS theme, I have a list of categories on the left hand side which then has the number of posts within that category in brackets. Currently the number is underneath the category, however I want it to be on the same line.

    See:
    http://www.jennifersando.com/livien

    I don’t know how to specify this in the PHP code. Assistance appreciated.

    Regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • In your CSS file, you have the following
    #sidebar a {
    text-decoration:none;
    display:block;
    color:#CE0000;
    }

    You want to leave to omit one line, to become like this
    #sidebar a {
    text-decoration:none;
    color:#CE0000;
    }

    — EDIT: double post

    Thread Starter jayess

    (@jayess)

    Oh! You are a legend! No wonder I couldn’t work it out hehe. I’ve just edited it now.

    Yay!!!!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Breaks in PHP code – how to?’ is closed to new replies.