Search found 1 match

by shiny601
Tue Feb 15, 2011 6:22 pm
Forum: [3.0/Olympus] Styling
Topic: Field widths via CSS
Replies: 10
Views: 59417

Re: Field widths via CSS

I simplely changed in content.css:

ul.topiclist dt {
...
width: 75%; /*You can change it to whatever you want, but make sure the left percentage is enough for the right columns like post,views and last post, Note that I only have two columns*/
...}

dd.posts, dd.topics, dd.views {
width: 8 ...