Title: justetools's Replies | WordPress.org

---

# justetools

  [  ](https://wordpress.org/support/users/justetools/)

 *   [Profile](https://wordpress.org/support/users/justetools/)
 *   [Topics Started](https://wordpress.org/support/users/justetools/topics/)
 *   [Replies Created](https://wordpress.org/support/users/justetools/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/justetools/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/justetools/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/justetools/engagements/)
 *   [Favorites](https://wordpress.org/support/users/justetools/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Astra] Struggling with grid layout](https://wordpress.org/support/topic/struggling-with-grid-layout/)
 *  Thread Starter [justetools](https://wordpress.org/support/users/justetools/)
 * (@justetools)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/struggling-with-grid-layout/#post-15175400)
 * Hum I found a dirty solution, problems comes from this css:
 *     ```
       .entry-content p {
           margin-bottom: 1.6em;
       }
       ```
   
 * So I added this:
 *     ```
       .disable-margin-bot {
           margin-bottom: 0 !important;
       }
       ```
   
 * and applied the disable-margin-bot class to the text elements.
 * Definitely not a clean solution, if someone has a better idea I’d love it!

Viewing 1 replies (of 1 total)