treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Lining Text up in Right Column

  • I've been working on reducing the dimensions of a website (http://wordpress.geek.nz/logan/) and just want the text at the right to wrap where 'Contacts' on the navbar above ends.

    I've uploaded the CSS to http://pastebin.com/m1a5f3190

    Also, I would appreciate any further feedback/suggestions for 'improving' the reduction.

    Cheers :)
  • You need to start by resizing the width of #wrapper say to 1024px, and then do the math so that left-content and right-content all fit inside eg: left-content 124px, and right-content 900px, that is with margin, padding and border all set to 0.