Hi,
I need to get rid of the padding on the left and side of the main column in the content area. Code excerpt is below.
<div id=" " class=" ">
<div class=" " >
<!-- PostLoop | Section Template -->
<section id=" " class=" "><div class=" "><article class=" " id=" "><div class=" "><section class=" "><section class=" " ><section class=" "><hgroup class=" "><h1 class=" ">Contact</h1>
</hgroup></section> </section></section><div class=" "><div class=" "><p>contact us <a class=" " href=" "><span class=" ">(<em>edit</em>)</span></a> </p>
</div></div></div></article><div class=" "></div></div></section> </div>
</div>
Ive used for the following so far, but I still end up with padding on the left and right side of the post loop div.
#column-wrap{
background-color:#111111;
margin-left:345px;
width:960px !important;
}
#column-wrap .fix, #column-main{
margin:0;
padding:0;
}
#postloop .copy-pad,#postloop .copy-pad .hentry-pad, #postloop .copy-pad .fpost, #postloop .section-postloop{
margin:0;
padding:0;
border:1px solid #FFFFFF;
}
There seems to be alot of divs and classes in this area? Why is this so messy?
Cheers.











