Title: Last row bottom padding
Last modified: September 1, 2016

---

# Last row bottom padding

 *  Resolved [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [10 years ago](https://wordpress.org/support/topic/last-row-bottom-padding/)
 * By default all cells have 1.5em bottom margin. How to remove this margin for 
   cells in last row? I tried to set custom CSS for .lgc-clear but with no luck.
 * [https://wordpress.org/plugins/lightweight-grid-columns/](https://wordpress.org/plugins/lightweight-grid-columns/)

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

 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/last-row-bottom-padding/#post-8256825)
 * Hmm, tough one. One way would be to give those columns a class and then apply
   CSS to that class only.
 * You’ll want to only apply it to desktop as well, as you want that spacing on 
   mobile.
 *  Thread Starter [Beherit](https://wordpress.org/support/users/beherit/)
 * (@beherit)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/last-row-bottom-padding/#post-8259134)
 * I already fixed it by adding this CSS (this works if we have 2 rows and 6 cells):
 *     ```
       @media (min-width: 1025px)
       .entry-content>.lgc-column:nth-child(n+4) .inside-grid-column {
           margin-bottom: 0;
       }
       ```
   
 *  Plugin Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/last-row-bottom-padding/#post-8259639)
 * Awesome! Sorry I didn’t get back to you quicker 🙂

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

The topic ‘Last row bottom padding’ is closed to new replies.

 * ![](https://ps.w.org/lightweight-grid-columns/assets/icon-128x128.png?rev=1164572)
 * [Lightweight Grid Columns](https://wordpress.org/plugins/lightweight-grid-columns/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/lightweight-grid-columns/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/lightweight-grid-columns/)
 * [Active Topics](https://wordpress.org/support/plugin/lightweight-grid-columns/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/lightweight-grid-columns/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/lightweight-grid-columns/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Tom](https://wordpress.org/support/users/edge22/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/last-row-bottom-padding/#post-8259639)
 * Status: resolved