Title: Remove the Space?
Last modified: August 30, 2016

---

# Remove the Space?

 *  [kdma](https://wordpress.org/support/users/kdma/)
 * (@kdma)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-the-space-1/)
 * Afternoon!
 * How do I significantly lessen the space below the content boxes, above the text
   for “about us”? I would like to mirror the distance between the content boxes
   and the bootstrap slider somehow.
 * The title was there previously and I removed it using the following:
 *     ```
       .entry-title, .entry-title a {
       display: none;
       }
       ```
   
 * …unfortunately now there is an awkward gap in there.
 * [http://www.aspect.gs/main/](http://www.aspect.gs/main/)
 * Thanks, any help is greatly appreciated!

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

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-the-space-1/#post-6305193)
 * To clarify, are you referring to the section with the boxes labeled “Photography”,“
   Marketing”, and “Consulting”? If so, try this custom CSS:
 *     ```
       body.home .content {
         padding-top: 10px;
       }
       ```
   
 *  Thread Starter [kdma](https://wordpress.org/support/users/kdma/)
 * (@kdma)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-the-space-1/#post-6305236)
 * Thanks for the response Stephen, I’m actually referring to the space just below
   that but thanks for that bit as well because now I can normalize the distance
   between the two which I know at some point was going to bother me. 🙂
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-the-space-1/#post-6305242)
 * Okay, try this code:
 *     ```
       .home-content-boxes {
       	margin: 0;
       }
       ```
   
 * And then if it’s still not enough:
 *     ```
       #primary {
       	margin-top: -15px;
       }
       ```
   
 *  Thread Starter [kdma](https://wordpress.org/support/users/kdma/)
 * (@kdma)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/remove-the-space-1/#post-6305282)
 * Hmmmm…. ok so yes, that did appear to work but now I believe I actually need 
   to edit page itself because the margin is gone but it’s holding the space for
   the “Edit” button and also where I imagine the title would go.
 * With that said, I don’t actually mind the spacing and now with the other piece
   you gave me, I can mirror the gap and balance out the spacing.
 * This will work perfectly. Thank you!

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

The topic ‘Remove the Space?’ is closed to new replies.

 * 4 replies
 * 2 participants
 * Last reply from: [kdma](https://wordpress.org/support/users/kdma/)
 * Last activity: [11 years, 1 month ago](https://wordpress.org/support/topic/remove-the-space-1/#post-6305282)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
