Increase Page Width , Beginner question , need help

Discussion in 'CSS' started by ali_ravians, Jul 24, 2011.

  1. #1
    Hi everyone ,
    i am working on this website , www.topdxb.com
    I want to increase the page width so it can be viewed without any borders in 1024 x 786 resolution. I've attatched my css layout file. Badly need your help. I am not good with css editing.
    thank you
     

    Attached Files:

    ali_ravians, Jul 24, 2011 IP
  2. suryawl

    suryawl Peon

    Messages:
    54
    Likes Received:
    3
    Best Answers:
    1
    Trophy Points:
    0
    #2
    search your script. on the top there's this code

    change the width to 1024. it just change your container, but it doesn't help with the content below. you must do it step by step. change the width first and see what happen then you can adjust the other

    if you change your width to 1024, the problem is when your html load in netbook (which the resolution 1024) there will be a vertical scroll. i usually go with below 1000

    hope that helps
     
    suryawl, Jul 24, 2011 IP
  3. ali_ravians

    ali_ravians Active Member

    Messages:
    133
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    75
    #3
    just dont have time for this.

    I can pay 10$ to someone who can do this for me.
    i think you just need to edit the css files, anyways
    if anyone interested in this job, let me know
     
    ali_ravians, Jul 26, 2011 IP
  4. dthoai

    dthoai Member

    Messages:
    106
    Likes Received:
    2
    Best Answers:
    1
    Trophy Points:
    38
    #4
    Add following codes to your style sheet:

    
    #content { width: 1000px; margin-left: -100px; }
    
    Code (markup):
    You also need to modify flash for increasing width, removing left and right borders.
     
    dthoai, Jul 30, 2011 IP