• Resolved jaguwp

    (@jaguwp)


    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.

    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.

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @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

    (@jaguwp)

    Thanks for the help, it worked!

    • This reply was modified 5 years ago by jaguwp.
Viewing 2 replies - 1 through 2 (of 2 total)

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