inherit
257408
0
Jul 1, 2022 5:21:42 GMT -8
Aliana
92
January 2019
alianalili
|
Post by Aliana on Feb 7, 2019 6:51:47 GMT -8
URL: thedasandbeyond.com(compare the Board List there with the Thread List here: thedasandbeyond.com/board/279/thedosian-gazette)I want the formatting of my Thread List to look similar to my Board List, but I removed some of the table code from the former and now it all looks off and I don't know how to fix it. I just want to move things over in my Thread List so that they align to the left, in the same way they do on my Board List. Here's the (messed up) code for my Thread List. If someone could send me a corrected version of what I should have put in there, that would be much appreciated... {foreach $[thread]} <tr id="$[thread.content_id]" class="$[thread.content_class]"> <td class="icon">$[thread.icon]</td> <td class="checkbox clickable">$[thread.checkbox]</td> <td class="main clickable" title="$[thread.short_content]"> <table> <tr> <td>$[thread.icons]</td> $[thread.labels] <span class="link target">$[thread]</span> <hr> <b>Created By</b>: $[thread.created_by] ‣ <b>Updated By</b>: $[thread.last_post.created_by] • $[thread.last_post.created_on] <br /> {if $[thread.pagination]}<div class="ui-micro-pagination">Pages: $[thread.pagination]</div>{/if} </tr> </table> </td> </tr> {/foreach} {if !$[thread]} <tr class="last"> <td class="last center" colspan="7">No threads were found yet.</td> </tr> {/if}
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Feb 7, 2019 11:34:15 GMT -8
Aliana, in your CSS on line 903 you have a width set to 41%. Try setting it to 0% and see if this works. Should look like this: .threads .main {width: 0%; text-align: @thread_align_subject; }
|
|
inherit
257408
0
Jul 1, 2022 5:21:42 GMT -8
Aliana
92
January 2019
alianalili
|
Post by Aliana on Feb 7, 2019 12:31:07 GMT -8
Aliana , in your CSS on line 903 you have a width set to 41%. Try setting it to 0% and see if this works. Should look like this: .threads .main {width: 0%; text-align: @thread_align_subject; } THANK YOU.
|
|