Viewing 8 replies - 1 through 8 (of 8 total)
  • I disagree. I think it’s your header…

    Try this (in your layout.css), change:
    #header {
    width: 428px;
    height: 1%;
    padding: 0 0 12px;
    background: #696969 url(i/header.gif) no-repeat 0 100%;
    text-align: center;
    }

    to:

    #header {
    width: 100%;
    height: 1%;
    padding: 0 0 12px;
    background: #696969 url(i/header.gif) no-repeat 0 100%;
    text-align: center;
    }

    And look again ;’)

    PS You can change that % if that’s too wide for you.

    Thread Starter GeeseOz

    (@geeseoz)

    Hi I tried and now I get somthing different: https://www.eDrinker.com

    Obviously you were drunk and went too far.

    Your layout.css #header {width: 428px; wasn’t changed.

    Thread Starter GeeseOz

    (@geeseoz)

    I’ve done exactly as you said:

    #header {
    width: 100%;
    height: 1%;
    padding: 0 0 12px;
    background: #696969 url(i/header.gif) no-repeat 0 100%;
    text-align: center;
    }

    //It’s 100%//

    Got it now. Hang on…

    Still waiting for videos to load…

    Thread Starter GeeseOz

    (@geeseoz)

    Video’s on the site? I checked seemed fine a minute ago.

    Appreciate your help btw.

    mmm. Backwards. Change 100% back to 428px in layout.css. My fault, I should have paid attention to the root page first.

    There’s a nesting problem with wp-poll.php. It appears the poll question and submit elements are childing to narrowcolumn when they should be a child of main or main-1. It looks like this is why your sidebar is shoved below.

    Check: https://forums.lesterchan.net/viewforum.php?f=7

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Alignment Problem’ is closed to new replies.