Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter skinflint

    (@skinflint)

    *bump

    Can anyone help me with this please?

    can you define with different words what you are trying to do?

    the header is already at the top of the page.

    if you want to move the header image closer to the menu, then repair this broken style in style.css of your theme:

    {
    float: left; width: 800px; padding: 2px 0; margin: 5px 12px 0px;
    }
    #menu li
    { list-style:none;
    font-size: 11px; display: inline;
    }

    before the first { there is a stray character which should probably be replaced with #menu

    Thread Starter skinflint

    (@skinflint)

    Hey Alchymyth,

    Thanks for the response.

    At the top of the page there’s a bit of white space before the menu begins, I want to move the menu closer to the top of the page and along with that also move the header so there’s not so much of a white gap between the top of the page and the menu/header.

    Hope that makes sense?!

    then start with following the suggestion i made earlier, fix that style, and reduce the top-margin from 5px to 0px.

    there might be some more paddings and margins in the styles of the #menu ul’s and li’s

    Thread Starter skinflint

    (@skinflint)

    I fixed that stray character.

    Where is the top-margin? Can’t find it. Sorry am not the most clued up with wordpress.

    nothing to do with wordpress – css is really a basic requirement to work with anything web related:

    https://www.w3schools.com/css/css_margin.asp

    and for general ref:
    https://www.w3schools.com/css/default.asp

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Increase height of header’ is closed to new replies.