View Single Post

  #2 (permalink)  
Old 17-04-2007, 04:45 PM
Frodo's Avatar
Frodo Frodo is offline
Ciaran Rooney - Weeno Ltd
 
Join Date: Jan 2007
Location: London
Posts: 360
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
Frodo has much to be proud ofFrodo has much to be proud ofFrodo has much to be proud ofFrodo has much to be proud ofFrodo has much to be proud ofFrodo has much to be proud ofFrodo has much to be proud ofFrodo has much to be proud ofFrodo has much to be proud of
Send a message via MSN to Frodo Send a message via Skype™ to Frodo
Default

change
Code:
/* Header
----------------------------------------------- */
#header {
  padding:15px 0 10px 110px;
  position: relative;
  }
to

Code:
 /* Header
 ----------------------------------------------- */
 #header {
   padding:15px 0 10px 210px;
   position: relative;
   }
and just put a few line breaks before the text widget on the left.
That should sort out your problems presuming what you are trying to do is just take all the text of that pic.
Reply With Quote