Billaviz Posted February 16, 2012 Report Share Posted February 16, 2012 Hello everyone, How can I modify the tables (class = "tablesorter" id = "tabledlist")? Is there a css containing the tables style? thanks Quote Link to comment Share on other sites More sharing options...
Strider Posted February 16, 2012 Report Share Posted February 16, 2012 The css style for the tablesorter, is located in the default phpvms.css file. Quote Link to comment Share on other sites More sharing options...
Billaviz Posted February 16, 2012 Author Report Share Posted February 16, 2012 The css style for the tablesorter, is located in the default phpvms.css file. Thanks for the reply, I'm not very skilled, can you tell me what I need to change the alignment and color? Thanks Quote Link to comment Share on other sites More sharing options...
Strider Posted February 16, 2012 Report Share Posted February 16, 2012 Just copy the styles from the default phpvms.css file, into the css file of your template, as those styles will over rule the styles in the default one, and just use photoshop or another picture manipulation software to get the hex code of the color you want, and the width, you can use percentage,em, or pixels. Quote Link to comment Share on other sites More sharing options...
Billaviz Posted February 17, 2012 Author Report Share Posted February 17, 2012 ok, but I do not know which line I can change the alignment of the text of the tables ... Quote Link to comment Share on other sites More sharing options...
Strider Posted February 17, 2012 Report Share Posted February 17, 2012 add text-align in the CSS, under the styles for tablesorter, and that should do the trick, if it doesn't work, use .tablesorter tr td{ text-align:whatever;} Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.