Patrick wrote:Hello lokistorm,
Thanks for that. I think I found part of the issue. First, find:
- Code: Select all
<!-- IF not forumrow.S_IS_CAT --> <li class="row <!-- IF forumrow.S_UNREAD_FORUM -->unread<!-- ENDIF --> <!-- IF forumrow.S_IS_LINK -->redirect<!-- ENDIF -->" > <dl>
After, add:
- Code: Select all
<!-- IF not forumrow.S_IS_LINK --> <dt class="posts_container"> <span class="post_count">{forumrow.POSTS}</span><br /> <span class="post_desc">{L_POSTS}</span> </dt> <!-- ENDIF -->
This is adding in the post count we had removed. Just temporary. You wanted some sort of icon in that spot, anyway, so we need that space. What was the icon you wanted?
Next, in your stylesheet (it appears, in the database copy of the stylesheet), find:
- Code: Select all
ul.topiclist dt { width: 68%; }
Change the 68% to 60%. Now, save, upload, etc.
The index page should now all line up. If it does, we'll make the next steps from there!
Thanks,
Patrick
Hey,
I found rt.css (for the style i am using), and changed it to 60% in that (i think that's the one you meant I should change) but nothing seems to have happened.
Thanks
