Title: White space between rows
Last modified: August 30, 2016

---

# White space between rows

 *  [mickmode](https://wordpress.org/support/users/mickmode/)
 * (@mickmode)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/white-space-between-rows/)
 * I’m using Tesseract theme and having an issue with white spaces between my rows.
   I don’t want that to be there at all! How do I remove it and what am I doing 
   wrong?
 * Here’s a link
    [http://staging.tasullivanagency.com/car/](http://staging.tasullivanagency.com/car/)
 * Thanks!!

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

 *  [canah](https://wordpress.org/support/users/canah/)
 * (@canah)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/white-space-between-rows/#post-6481064)
 * Please add to your custome css this code:
 *     ```
       #pg-144-0, #pg-144-1, #pg-144-2, #pl-144 .panel-grid-cell .so-panel {
           margin-bottom: 0 !important;
       }
       ```
   
 *  Thread Starter [mickmode](https://wordpress.org/support/users/mickmode/)
 * (@mickmode)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/white-space-between-rows/#post-6481067)
 * It worked for the first row but there’s still a tiny bit of space between the
   blue row and the grey one below it. Do I have to have custom CSS text for every
   row I make?
 * [http://staging.tasullivanagency.com/car/](http://staging.tasullivanagency.com/car/)
 *  [canah](https://wordpress.org/support/users/canah/)
 * (@canah)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/white-space-between-rows/#post-6481128)
 * Please, replace previously css code to this:
 *     ```
       #pl-144 .panel-grid-cell .so-panel:last-child {
           display: inline-block;
           margin-bottom: 0;
       }
       ```
   
 * Now all should works fine.
 *  Thread Starter [mickmode](https://wordpress.org/support/users/mickmode/)
 * (@mickmode)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/white-space-between-rows/#post-6481226)
 * That actually separated everything even more than the last code…
 * [http://staging.tasullivanagency.com/car/](http://staging.tasullivanagency.com/car/)
 * I noticed “child” in the code but I’m not sure if this is a child theme or not.
   Thanks for helping me to resolve this btw it’s really appreciated!!

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

The topic ‘White space between rows’ is closed to new replies.

## Tags

 * [rows](https://wordpress.org/support/topic-tag/rows/)
 * [space](https://wordpress.org/support/topic-tag/space/)
 * [White Lines](https://wordpress.org/support/topic-tag/white-lines/)

 * 4 replies
 * 2 participants
 * Last reply from: [mickmode](https://wordpress.org/support/users/mickmode/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/white-space-between-rows/#post-6481226)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
