Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375803

    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.

    #375920

    Hi thecszone!

    Add this to your custom CSS.

    aside table input { width: 100px !important; }
    

    Cheers!
    Elliott

    #376270

    Thanks. Works perfect.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Table in sidebar’ is closed to new replies.