• waring192

    (@waring192)


    Hi everyone,

    Im building a website and struggling a little bit! I have made a child board from twenty eleven.

    Couple of things I’m trying to do; I would like the logo to be fixed width which i managed using:

    #branding > a {
        display: block;
        width: 900px;
        height: 150px;
        background: url("..//alh/images/logo.jpg") no-repeat;
    }

    and I have made the one column width 900px using:

    /* One column */
    .one-column #page {
    	max-width: 900px;

    Id like the menu to and column to remain fixed at 900px. At the moment the menu is around 600 which means the “contact” menu part is below the rest, I would like it be be evenly spaced using the child theme css.

    Many thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • JenR

    (@jennifer-roberts)

    Please post a link to your site — unless people can actually look at it, it is very difficult to help you.

    Thread Starter waring192

    (@waring192)

    How stupid of me! Website is http://www.alhskytrain.co.uk

    Thanks

    JenR

    (@jennifer-roberts)

    Using Firebug to look at your CSS, on line 675, it looks like the following is causing the problem:

    #branding .only-search + #access div {
        padding-right: 205px;
    }

    Not sure why or where the padding-right would have come from, but try changing that (removing it probably) and see if it fixes the problem — it does in Firebug for me.

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

The topic ‘Menu and logo width’ is closed to new replies.