Hi, I'm developing this site using wp h**p://www.jy*ga-arch*itects.com/ (Remove stars) I've tried to widen the post area but it's cut off by space for the sidebar even though I've removed the sidebar. I've spent 2 days trying to figure out why but not come up with anything. Can anyone take a look and see where I'm going wrong? I don't want the sidebar at all. I just want the post to fill the breath of the page. All suggestions welcome. Thanks in advance
Try editing the width here: .contentLayout .content { position: relative; margin: 0; padding: 0; border: 0; float: left; overflow: hidden; width: 551px; } Code (markup): Hope it works
.contentLayout .content { border: 0px; float: left; margin: 0px; overflow: hidden; padding: 0px; position: relative; width: 551px; Code (markup): Change width:551px to width:100% or simply remove it altogether. Also, .Post { margin: 0px auto; min-height: 27px; min-width: 27px; overflow: hidden; position: relative; width: 800px; z-index: 0; } Code (markup): You can change this class to about 968px and the .Post area will fit snug.