did you mean http://danielledelaite.com/?
the theme looks like it is working… are you still having problems?
Yes, I think all the div’s are out of order, the elements are not displaying correctly.
do you have the original style sheet file before it was uploaded?
i can see some possible mistakes in the menu section of the style sheet.
the div order might be okay… but if it is a div problem, it seems like it might be that a div is being closed too soon.
in this case it is probably your header div – it gets closed right before the clear div here:
</div><div class="clear"></div>
try deleting the </div> before the<div class="clear"></div>
it looks like there is already it’s proper closing tag right here:
</div>
<!--/header-->
<div class="content"><div class="content-bg">
[Please post code snippets between backticks or use the code button.]
Thank you very much! Worked!
looks great! make sure and change this topic to resolved (it’s a choice on the right – and click change).