Title: Modify Tables
Last modified: December 11, 2017

---

# Modify Tables

 *  Resolved [alejandroalarcon](https://wordpress.org/support/users/alejandroalarcon/)
 * (@alejandroalarcon)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/modify-tables/)
 * Hello!
 * I am trying to change the table’s design.
 * I would like to:
 * – Delete the red vertical line
    – Make the table bigger (the spaces between the
   different options) – Deactivate the animation when you use the mouse over the
   table also whitout changing the color
 * I have been trying by changing the .css code but I can’t do it…
 * Thank you so much! 🙂
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmodify-tables%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * (@imranaliweb)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/modify-tables/#post-9773632)
 * Hi [@alejandroalarcon](https://wordpress.org/support/users/alejandroalarcon/)
 * For this use below code in custom css filed
 *     ```
       td
       {
       border-right: none !important;
       }
   
       .swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"] {
           width: 100% !important;
       }
       tr.swpm-registration-username-row input {
           margin-bottom: 20px !important;
       }
       ```
   
 * Use above code then check your website.
 * Thanks
    -  This reply was modified 8 years, 5 months ago by [Imran Ali](https://wordpress.org/support/users/imranaliweb/).

Viewing 1 replies (of 1 total)

The topic ‘Modify Tables’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/wallstreet/2.8.4.2/screenshot.
   png)
 * Wallstreet
 * [Support Threads](https://wordpress.org/support/theme/wallstreet/)
 * [Active Topics](https://wordpress.org/support/theme/wallstreet/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/wallstreet/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/wallstreet/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Imran Ali](https://wordpress.org/support/users/imranaliweb/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/modify-tables/#post-9773632)
 * Status: resolved