Topic: Placing a break in viewforum

I am trying to figure out how to add a break in viewforum after the topic link so that the users name can be below instead of being on the right of it. Can someone tell me where in viewforum I can do this?

Thanks
Bingiman

Re: Placing a break in viewforum

With CSS:

.item-subject .item-starter{
display: block;
margin-left: 1.5em;
}

Re: Placing a break in viewforum

Thank you very much for that.

Bingiman

4 (edited by bingiman 2009-01-16 03:32)

Re: Placing a break in viewforum

Do you know how I can add a break or padding in the "Topics" column. You know where it says: Topics - Posts - Last Post?

Thanks

Re: Placing a break in viewforum

I don't get it.

Re: Placing a break in viewforum

No problem, I just figured it out.