I just noticed this in our forums. I don't know if it's been that way for a while or something changed recently. (I recently made some updates to installed applications on the server.) ALL of the buttons, regardless of what style you are using, are really really long. (I've attached a picture so you can see what I mean.)
Is the length of buttons determined in a style sheet? In the html code? Where do I go to adjust this to something reasonable? (I have root access, and I'm not afraid to edit files manually or make changes to the database.)
Server Information UBB.threads Version 8.0.0 Release 20240826 Server OS Linux Server Load 0.11 Web Server Apache/2.4.37 PHP Version 8.3.11 MYSQL Version 8.0.39 Database Size 1.82 GB
Which is overriding the UBB.threads style. Take care in the future when adding new coding so that you can ensure the classes defined will not be overriding the stock ones the forum offers; simply rename the classes in use in the target code to use something different such as "islandbutton" (or just remove the CSS and let it use the UBB.threads class)
Thank you for the quick help. I changed the style to an id with a unique name, and it solved the problem. I should have realized that using well-known elements in a style might have unexpected consequences.
Server Information UBB.threads Version 8.0.0 Release 20240826 Server OS Linux Server Load 0.11 Web Server Apache/2.4.37 PHP Version 8.3.11 MYSQL Version 8.0.39 Database Size 1.82 GB