Support » Theme: Decode » Decode header line break

  • Resolved emma199x

    (@emmahazen)


    Hi,

    I was wondering if anyone can help me remove the header line break that is the default on top of each page below the page Title and above the page content.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s isn’t a line break in the document, but the header does have a margin below it. You can remove it with CSS like this:

    article.page .entry-header { margin-bottom: 0; }

    Add that to the Custom CSS field in the “Other Options” section in the Customize menu for Decode.

    With the social media icons on bot the header looks a bit unstructured and empty. To deal with I want to set another line above the menu with the same distance to it. Like:

    ____ (wished)

    menu
    ____ (existing)

    I searched for it in the css file but am not used to css, so didnt find the right line to copy..

    Thank you in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Decode header line break’ is closed to new replies.