• Resolved Julia12345

    (@julia12345)


    Hi Folks,

    I know this topic has been discussed a lot, but I’m not finding a turnaround for my problem.
    In the site I’m building: (http://gustavozinn.com/) using Twenty Eleven Theme, I cannot get rid of the line between the content and the navigation menu.
    I’ve tried reducing the margins of the body, content, header, etc.
    I’ve tried reducing the padding values too.

    Can you think of the reason why this is happening?
    I’m really lost here and I’d appreciate some help from more experience people…
    BTW, I’m working on a theme’s child.

    Thanks in advance for your ideas; Julia

Viewing 2 replies - 1 through 2 (of 2 total)
  • It’s the padding here:

    .entry-content, .entry-summary {
        padding: 1.625em 0 0;
    }

    Is there a reason your child theme has a copy of the entire style.css file and no @import line? Generally, child themes should import the parent styles and then contain only changes that override the parent styles.

    Thread Starter Julia12345

    (@julia12345)

    YOU. ROCK.!!!!!! reducing that 1.625 to 0 worked magic. THANK YOU!!!!!

    There’s no reason why I copied everything there, I just did it by mistake (I knew even less than what I know today when I did that) and now I touched the code everywhere… so I’m not sure how to go back to having just the customization in the child theme :S

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

The topic ‘Space between header and page content’ is closed to new replies.