Title: Stack responsive mode: add top border
Last modified: June 28, 2021

---

# Stack responsive mode: add top border

 *  Resolved [ricmo](https://wordpress.org/support/users/ricmo/)
 * (@ricmo)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/stack-responsive-mode-add-top-border/)
 * Hi!
 * I’m trying to add a border that separates every row in stack responsive mode.
 * I can add a border but it applies to every cell. In this case, I would like to
   add a top border to the top cell only, in order to separate visually every row
   in stack mode.
 * This is where I’m trying to achieve that:
    [https://www.blueberries.gg/weapons/destiny-best-2-pulse-rifles/](https://www.blueberries.gg/weapons/destiny-best-2-pulse-rifles/)
 * Can you help out with this question?
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fstack-responsive-mode-add-top-border%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/stack-responsive-mode-add-top-border/#post-14605154)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * How about
 *     ```
       @media screen and (max-width: 767px) {
         .tablepress-id-92 tr {
            border-top: 1px solid #cccccc;
         }
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [ricmo](https://wordpress.org/support/users/ricmo/)
 * (@ricmo)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/stack-responsive-mode-add-top-border/#post-14605217)
 * Perfection.
 * Thanks a lot!
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/stack-responsive-mode-add-top-border/#post-14606491)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Stack responsive mode: add top border’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/stack-responsive-mode-add-top-border/#post-14606491)
 * Status: resolved