Posted - 11/18/2024 : 20:43:49
css is simple really. Your admin is already setup to create a custom css file so you can change elements in the admin. You just create a file named ectadmincustom.css and upload it to your admin folder. Then you start adding our own classes there. Try this #optiontable {width:100%;} #optiontable td input {width:100%!important;} I tested and it does work. There may be ways to target each column, but there is no class there to bind to, so you would need some creative css. However, I think the above will do what you want through. David
Edited by - dbdave on 11/18/2024 20:46:06
|