I am trying to format a table in the main sidebar. I have created a new div and all works well except I can’t figure out how to change the width of the signup boxes to fit them in the sidebar. Here’s my css that I added to custom css and then my table html that I have added to a text widget. Also the page where you can view the widget. Thanks.
Hi thecszone!
Add this to your custom CSS.
aside table input { width: 100px !important; }
Cheers!
Elliott
Thanks. Works perfect.