New Thread Style Help

daveo82

Member
Is it possible to float the thread title field to the left?
Just feels out of place stuck out on the right, confuses my little brain.

Thanks
 

Attachments

  • screen.webp
    screen.webp
    7.9 KB · Views: 4
You can add this to EXTRA.css but it will likely affect other areas which use the same CSS:

Code:
.xenForm .ctrlUnit dt {
width: 65px;
}
 
Top Bottom