Title: White gaps problem
Last modified: October 17, 2024

---

# White gaps problem

 *  Resolved [popajp](https://wordpress.org/support/users/popajp/)
 * (@popajp)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/white-gaps-problem/)
 * How can I reduce these white areas on our site?
 * [https://ibb.co/8zW2T3Q](https://ibb.co/8zW2T3Q)
    -  This topic was modified 1 year, 7 months ago by [James Huff](https://wordpress.org/support/users/macmanx/).
      Reason: link moved to proper field
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fwhite-gaps-problem%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/white-gaps-problem/#post-18078983)
 * Unfortunately, your request cannot be answered with a screenshot. You would need
   a link to the page in question. However, a theme is responsible for the output
   in the frontend. It would probably be more effective for you to contact their
   support directly.
 *  Thread Starter [popajp](https://wordpress.org/support/users/popajp/)
 * (@popajp)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/white-gaps-problem/#post-18078994)
 * Sorry, I missed it. I’ve posted a screenshot to explain what it’s all about. 
   Here is the link to the site:
    -  This reply was modified 1 year, 7 months ago by [popajp](https://wordpress.org/support/users/popajp/).
    -  This reply was modified 1 year, 7 months ago by [James Huff](https://wordpress.org/support/users/macmanx/).
      Reason: link moved to proper field
 *  Moderator [threadi](https://wordpress.org/support/users/threadi/)
 * (@threadi)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/white-gaps-problem/#post-18079422)
 * The spacing is all set by your theme. If you want to optimize something, my recommendation
   would be to contact the support of your theme: [https://wordpress.org/support/theme/colormag/](https://wordpress.org/support/theme/colormag/)
 * If there are no settings from their side, you could influence the spacing with
   CSS. You can use this to reduce the distance from the top of the header to the
   content:
 *     ```wp-block-code
       body .cm-content { padding-top: 30px; }
       ```
   
 * You can use this to influence the spacing at the very top to the edge of the 
   browser:
 *     ```wp-block-code
       body .cm-header-1 .cm-row { padding-top: 12px; }
       ```
   
 * The spacing between the posts can be influenced with this:
 *     ```wp-block-code
       body .cm-column-half { gap: 10px; }
       ```
   
 * You can adjust the values to your wishes. You would have to enter this CSS code
   under Appearance > Customizer > Additional CSS.
 *  Thread Starter [popajp](https://wordpress.org/support/users/popajp/)
 * (@popajp)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/white-gaps-problem/#post-18080070)
 * That’s it, thank you for your help

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

The topic ‘White gaps problem’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 2 participants
 * Last reply from: [popajp](https://wordpress.org/support/users/popajp/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/white-gaps-problem/#post-18080070)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
