Code: Select all
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%;
float: right; /*Added*/
...
}
dd.lastpost {
width: 15%; /*Changed. Make sure the three percentages in red color in total is no more than 100%*/
float: right; /*Added*/
...
}