Jen2swt
Member
Posted 4 years ago #
I'm not sure what to do. I have tried to widen the area and it still cuts off.
You can see here
http://www.wrestle-tube.com/wrestling-news/category/wrestling-news/
In IE that is, FF it displays fine.
If someone could help me, I would so much appreciate it.
Thanks
You went around expanding the main column wrong. Instead of using a negative margin on the .post class you need to widen the .narrowcolumn div. Make these changes in your style sheet.
.narrowcolumn {
float:left;
width:650px;
.post {
margin: 0;
}
Jen2swt
Member
Posted 4 years ago #
Awesome! Thanks so much jeremy. I was fooling around so much in the CSS I forgot about the post class...lol
I need a break. Thanks again :)