• Simple problem I know but can’t seem to fix it….

    Can someone help me get the header & menu bar to extend to the far right of the theme container?

    https://www.ramblingirish.com

    I’ve tinkered about with the css a bit but my math must be wrong somewhere along the line and I’m stuck with a grey area on one side…

Viewing 3 replies - 1 through 3 (of 3 total)
  • (line 226)
    #wrapper {
    margin: 0 auto;
    width: 920px;

    and to fix corners (starts line 423)

    /* This is the custom header image */
    #branding {
    } /* ability to hide things required this one */
    #branding img {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-top-left-radius: 12px 9px;
    border-top-right-radius: 12px 9px;
    margin-bottom: 0;
    }

    Thread Starter CJHA

    (@cjha)

    Hmm, doesn’t seem to do the trick ??

    It’s weird, it was fine a while ago but somewhere along the line I’ve upset it and just can’t seem to find the solution to fix it again.
    I’ve a sidebar widget added, perhaps it’s something to do with that…

    inside style-weaver.css line 19 either add padding to the left to match the space or take it off.

    so line 19 will look like this

    #wrapper {border: 1px solid #222222; padding-right: 0px; margin-top: 15px; margin-bottom: 15px;}

    **also be sure and remove or set to 0(zero) line 425 inside the style.css

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header/Theme Width Problem’ is closed to new replies.