• I’ve tried everything I can think of. I cleared just about every padding and margin from the CSS that should cause this, but obviously there is something I am missing.

    Can someone please visit: http://yourdigitalcoach.ca/Nessya/

    And let me know what I am missing? The issue is the space between the header and the light blue sidebar on the right.

    Thanks!

    Scott

Viewing 5 replies - 1 through 5 (of 5 total)
  • In style.css around line 640 or so you will find

    .art-PostHeaderIcon-wrapper {

    Look for

    margin:0.2em 0;

    and change it to:

    margin:0 auto;

    On another note, you have your content layed out in a table…may be better to try it with css instead.

    Hi,

    You need to edit the style.css file off your theme and reset the post, header margin and menu margin according to your requirement.

    Thanks,

    Shane G.

    Thread Starter sajay

    (@sajay)

    Thanks Figaro! That was it! You know how after a while you just can’t see something? Well that’s where I was.

    Thanks folks!

    Scott

    I don’t appear to have .art-PostHeaderIcon-wrapper in my css, do I need to add the code for it?

    I have tried changing the margins and paddings everywhere shane, it either doesn’t change anything or makes the whole thing including the horizontal menu move up or down. Been trying to work this out for days now lol.

    I have just realised this wasn’t even my post lol, I asked a similar thing though 😀

    Thread Starter sajay

    (@sajay)

    Not sure why things won;t change for you. I just edited the CSS file on my site – a self-hosted WordPress site so it’s a little easier than a WordPress.com site – and changed all the margins and paddings in the sections that look like they control the sheet and content sections – footer too.

    Scott

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

The topic ‘How to remove space between header/menu and post content’ is closed to new replies.