Title: Remove separator/margin space
Last modified: May 4, 2021

---

# Remove separator/margin space

 *  Resolved [jaguwp](https://wordpress.org/support/users/jaguwp/)
 * (@jaguwp)
 * [5 years ago](https://wordpress.org/support/topic/remove-separator-margin-space/)
 * Hello,
 * I just stumbled on this theme and it’s amazingly simple to use yet visually pleasing,
   amazing work! However, while editing I encountered two design issues. Is there
   any way to remove the separator above page titles on the Eksell theme? Here’s
   a [screenshot of the separator in question](https://i.ibb.co/XFn3MKs/Screen-Shot-2021-05-04-at-12-19-11-PM.png).
 * Also, is there any way to change the margins on the top/botton and the sides 
   of a page/post? Here’s a [screenshot of what I’m referring to](https://i.ibb.co/MkdG54h/Screen-Shot-2021-05-04-at-12-21-30-PM.png).
 * Thank you!

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

 *  Theme Author [Anders Norén](https://wordpress.org/support/users/anlino/)
 * (@anlino)
 * [5 years ago](https://wordpress.org/support/topic/remove-separator-margin-space/#post-14401444)
 * Hi [@jaguwp](https://wordpress.org/support/users/jaguwp/),
 * Glad you like it! You can remove the separator above the page titles by going
   to Appearance → Customize → Additional CSS (the menu labels might be different
   in your language) where you add the code below:
 * `.entry-header hr { display: none; }`
 * On the page in the screenshot, the margins are adjusted to center the content
   in the middle of the screen. When you add content to the page, the top and bottom
   margin will be reduced to much less then that. If you still want to reduce it
   at that point, you can do so by adding the following CSS:
 *     ```
       @media (min-width: 700px) {
       #site-header { margin-bottom: 4rem; }
       #site-footer { margin-top: 4rem; }
       }
       ```
   
 * — Anders`
 *  Thread Starter [jaguwp](https://wordpress.org/support/users/jaguwp/)
 * (@jaguwp)
 * [5 years ago](https://wordpress.org/support/topic/remove-separator-margin-space/#post-14403896)
 * Thanks for the help, it worked!
    -  This reply was modified 5 years ago by [jaguwp](https://wordpress.org/support/users/jaguwp/).

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

The topic ‘Remove separator/margin space’ is closed to new replies.

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

 * 2 replies
 * 2 participants
 * Last reply from: [jaguwp](https://wordpress.org/support/users/jaguwp/)
 * Last activity: [5 years ago](https://wordpress.org/support/topic/remove-separator-margin-space/#post-14403896)
 * Status: resolved