• Resolved sam132

    (@sam132)


    Please tell me how to increase my page width. I need it to fit a header image of 950px so something like 990px would be ideal.

    My website is:

    Please help

    Sam

Viewing 5 replies - 1 through 5 (of 5 total)
  • This is done in your style.css

    If you look in there, you will see this:

    #wrap {background-color:#fff; color:#333; margin:0 auto; width:760px;}

    Just change 760px to 990px

    Thread Starter sam132

    (@sam132)

    Thanks, any idea why my header image wont show and why its alligned to the left? (like everything else for some reason see the write a comment at the bottom of the page).

    My header.php reads:

    [code moderated as per forum rules - please use the pastebin]

    Many thanks,

    Sam

    Your header isn’t showing because the quotes are closed too soon and you have an irrelevant tag in the src attribute.

    Should look like this instead:

    <img id="frontphoto" src="https://www.best-drum-set.com/front1.jpg" width="950" height="200" alt="banner-image" /><br />

    Its aligned left because, since you changed your site’s width the header image is now 40 pixels smaller than its container. Upload a new 990px wide image to fit the space.

    Thread Starter sam132

    (@sam132)

    Thanks,

    I’ve changed my page wdith to match the header but something funny is still going on, for example the image that says “looking to learn the drums” is aligned right, why is it now on the left? And the “write a comment” why is this wrapping round the bottom banner image?

    Thanks,

    Sam

    [double question – resolved here: https://www.ads-software.com/support/topic/everything-aligning-left?replies=6 ]

    I’m looking at it and the “Looking to Learn Drums” image is still floated right and the Write Comment box is breaking below your banner. Fixed since your last post?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Increase page width’ is closed to new replies.