• The Emphaino template displays my header, content, and footer into separate blocks. I am trying to remove the space between the header and content, content and footer. Basically, remove the block look between the header, footer and content.

    I searched and tried different things, such as adjusting padding in style.css. But, nothing i tried so far seems to fix this.

    My URL is https://www.southfloridapaw.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello, I change space single post in non-responsive.css so the changes there

    Thread Starter southfloridapaw

    (@southfloridapaw)

    I tried modifying different settings within non-responsive.css, to no avail. Is there a specific field i should be looking for? Padding, Spacing, Size setting?

    Hello, I have done this by changing the margin for the

    /* =Header
    ———————————————- */
    .site-header {
    text-align: center;
    margin: 0 0 30px;
    margin: 0 0 3rem;
    } */

    in the style.css file in the editor.
    It is about a third of the way down when you scroll through.
    If you put the scroll bar at the place where it should say content-single.php at the right hand side.

    If you have ftp access then it is line 541.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How do i remove space between header and content?’ is closed to new replies.