Title: Left Border Missing
Last modified: July 1, 2022

---

# Left Border Missing

 *  Resolved [alessiaspahn](https://wordpress.org/support/users/alessiaspahn/)
 * (@alessiaspahn)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/left-border-missing/)
 * Hi there,
 * the left border of my table is not appearing.
    Can someone help?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fleft-border-missing%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [DAEXT](https://wordpress.org/support/users/daext/)
 * (@daext)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/left-border-missing/#post-15790426)
 * Hello alessiaspahn,
 * the theme CSS is overwriting the plugin CSS. Please add the code below to theme
   stylesheet or the theme custom CSS option (if available) to increase the plugin
   [CSS specificity](https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity).
 *     ```
       .daextletal-table td{
         border-width: 0 1px 1px 1px !important;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Left Border Missing’ is closed to new replies.

 * ![](https://ps.w.org/league-table-lite/assets/icon.svg?rev=2531569)
 * [League Table - WordPress Table Plugin](https://wordpress.org/plugins/league-table-lite/)
 * [Support Threads](https://wordpress.org/support/plugin/league-table-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/league-table-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/league-table-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/league-table-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [DAEXT](https://wordpress.org/support/users/daext/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/left-border-missing/#post-15790426)
 * Status: resolved