Hello all,
For some reason wordpress is not allowing my css code to act properly. I don't know much about php but I feel it may play a part in this problem.
div#main{
width: 480px;
float: left;
display:block;
padding:0px;
margin:0px;
}
As you can see here on my homepage, http://castlentertainment.com/ the div#main won't stack on-top of each other so there is no dead space.
Any help would be very appreciated.
-E