Simple one

Discussion in 'CSS' started by johneva, Jan 31, 2011.

  1. #1
    Hi All

    I got an easy one for ya or atleast think it should be just having trouble spotting what am doing wrong.

    The list in the main content section/rightcolumn wont adjust its margin no matter what I try for some reason can anybody help me with this?

    http://www.john-eva.co.uk/fleet-management-website/

    Cheers
    John
     
    johneva, Jan 31, 2011 IP
  2. seafrontsteve

    seafrontsteve Peon

    Messages:
    451
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I'm not quite clear what you want to do, but your page is using a css file to define your layout - set by: href="css/styles.css" in your code
    The css file includes:
    #rightcolumn {
    margin:0px;
    }
    This is what defines your right column margin - presently set to 0pixels but you can change it to a different value
     
    seafrontsteve, Jan 31, 2011 IP
  3. johneva

    johneva Well-Known Member

    Messages:
    1,480
    Likes Received:
    46
    Best Answers:
    1
    Trophy Points:
    170
    #3
    Yeah tried to alter that but no difference.

    And just want the list in the right column to have left margin of say 30-40px, but when I have tried to do it no movement at all. :/

    #list {margin-left: 40px; color: #828282;}

    EDIT

    as you can see just changed what you said to 40px and no change at all.
     
    johneva, Jan 31, 2011 IP
  4. johneva

    johneva Well-Known Member

    Messages:
    1,480
    Likes Received:
    46
    Best Answers:
    1
    Trophy Points:
    170
    #4
    Ah dont worry realised what I had done cos the left comumn was floating and the right column did not have the correct margin was causing issues, and was relient upon min height to kept left column but adjusted it now and hope its better, sure will come accross another issue but hey.
     
    johneva, Jan 31, 2011 IP