hmmm just find this code in ur style.css
#content {
width: 608px;
}
#content {
float: left;
margin: 0;
overflow: hidden;
padding: 20px;
width: 356px;
}
change it to
#content {
width: 700px; /*CHANGE*/
}
lessframework.css (line 185)
#content {
float: left;
margin: 0;
overflow: hidden;
padding: 20px;
--> width: 700px; <-- /*DELETE THIS LINE*/
}
u should clean clean up ur css codes . 🙂 good luck
Thread Starter
Ricardo
(@r1cardo01)
I’ve added width: 608px; and I’ve removed width: 700px;, but it didn’t chance anything.
u have to change it to the 608px to 700px,
Thread Starter
Ricardo
(@r1cardo01)
Ow sorry, my bad, typo, I meant to say that I changed the 608px to 700px, but nothing happed. Does anybody know how I can adjust the width?