• A little help with CSS probably.
    If you look at any of my pages, but my home page will show what I need.
    http://www.windmillhillvillage.co.uk
    How can I reduce the space above the green ‘Home’
    Not the home in the menu, but the one below. I just want to move it up slightly.
    I am using a child theme which has changed a couple of things.
    Thank you.
    John

Viewing 2 replies - 1 through 2 (of 2 total)
  • This is your problem, the padding-top entry needs to be a lower value:

    .singular .hentry{
    padding-top: 4.875em;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    position: relative;
    }
    
    .singular.page .hentry{
    padding-top: 3.5em;
    padding-right: 0pt;
    padding-bottom: 0pt;
    padding-left: 0pt;
    }

    Play with those settings to get what you like, or use this:
    padding-top:5px; or padding:5px 0 0 0;

    Thread Starter jasonbournecia

    (@jasonbournecia)

    Marvellous!
    Thanks for that DSchragg

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

The topic ‘Remove space above entry’ is closed to new replies.