• I’ve been toying with the css for a while now and my site is almost ready to properly launch except for one little glitch…

    http://www.ramblingirish.com

    I can’t seem to get the menu bar to extend the whole way to the far right of the page,like the header currently does.

    How do I do this? I don’t want to make the header/width smaller again because then the sidebar pushes in against the content. :/

Viewing 5 replies - 1 through 5 (of 5 total)
  • Find and change this in your CSS

    #access, #access2 {
    width: 960px;
    }

    to this:

    #access, #access2 {
    width: 980px;
    }

    Then upload an image 980 pixels wide.

    I’m new to this, but since I’m Irish. LOL.

    Your wrapper and masthead/nav are not the same width. From looking in Firebox you need to change width to match in “style-weaver.css.”

    Definitely get Firebug and Firefox. Biggest help ever!

    You could also stretch your image, but I wouldn’t recommend that:

    #branding img {
    width: 980px
    }
    Thread Starter CJHA

    (@cjha)

    Cheers folks for the quick responses!

    I’ve tinkered abit and it seems to be all in place now.

    I reckon my code is riddled with errors, hopefully it doesn’t crash and burn down the road…

    I don’t know much about firebug – is that a debugging program? (sorry im a total css/wordpress noob!)

    Firebug is super handy for finding and fixing any number of issues, especially CSS.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Menu Bar width problem – Help please?’ is closed to new replies.