Title: Spacing
Last modified: August 30, 2016

---

# Spacing

 *  Resolved [Amy](https://wordpress.org/support/users/ontherye/)
 * (@ontherye)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/spacing-18/)
 * Hi again. Since the recent update, I am no longer able to add spacing between
   the Meta Slider (at top of website) and the post/sidebar container.
 * Also, I would like to align my subscription widget to be in line with the post
   title. As of right now, it’s sitting higher than the post title. Thanks a million!
   🙂
 * Here’s my site: [http://www.theblushingpink.com](http://www.theblushingpink.com)

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

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/spacing-18/#post-6668994)
 * Hello,
 * Sorry about that, this CSS should add a good amount of space below the slider:
 *     ```
       .metaslider {
         margin-bottom: 84px !important;
       }
       ```
   
 * For the sidebar and post title alignment, modify the margin CSS for the post 
   header like this:
 *     ```
       .post-header {
         margin: 0 0 2em 0;
       }
       ```
   
 * What’s happening is that the top margin is creating space above the first post
   which is creating the misalignment with the top of the sidebar.
 *  Thread Starter [Amy](https://wordpress.org/support/users/ontherye/)
 * (@ontherye)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/spacing-18/#post-6669067)
 * Worked beautifully! Thanks for your help 🙂
 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/spacing-18/#post-6669074)
 * Sure thing 🙂

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

The topic ‘Spacing’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/apex/1.41/screenshot.png)
 * Apex
 * [Support Threads](https://wordpress.org/support/theme/apex/)
 * [Active Topics](https://wordpress.org/support/theme/apex/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/apex/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/apex/reviews/)

## Tags

 * [post](https://wordpress.org/support/topic-tag/post/)
 * [Post Container](https://wordpress.org/support/topic-tag/post-container/)
 * [spacing](https://wordpress.org/support/topic-tag/spacing/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 3 replies
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/spacing-18/#post-6669074)
 * Status: resolved