• Resolved ianbond

    (@ianbond)


    Hi,
    I’m slowly getting to grips with the Hueman theme and wordpress in general. The theme does pretty much what I want with some plugs ins. So far so good.
    However, I’m keen to minimise the amount of screen taken up by the big bar at the head where the logo goes – nearly 50% of the screen. I’d rather visitors saw maximum amount of content.
    Is it possible and if so can someone steer a newbie to where he can adjust?
    Many thanks for taking time out to read this and extra if you can help or advise.
    Cheers,

    Ian

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi ianbond. Seems odd that the header would be taking 50% of the screen. Can you post a link to your site so we can have a look? Thanks.

    Thread Starter ianbond

    (@ianbond)

    Hello bd,
    Thanks for your interest. The link to my project is below. Let me get my excuses for the beta site in early – just enough content to figure out side bars, searches, catagory sorting etc. But, as you can see the great blue header bar covering if not 50% then close to 40%. Dearly love to minimise this.
    http://www.welshvillages.co.uk
    Thanks,
    Ian

    If you’re talking about the space above and below the header image, you could use this in a child theme style.css file, or use a plugin like Simple Custom CSS:

    #header .pad {
      padding-top: 0;
      padding-bottom: 0;
    }
    Thread Starter ianbond

    (@ianbond)

    Great, thanks. I’ll give that a go. Begining learning curve on child themes and css!

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

The topic ‘minimising header’ is closed to new replies.