Size of the entry box

Mar 17, 2010 07:08

 Hi, I'm still kind of new to whole CSS department and I tried to fix the problem myself, but in vain.
My problem is, hopefully I can explain it properly, that on my comm, the header is bigger than then entry box. The header size it perfect, however, I'm not sure how to fix the size of the entry box so that it matches with the header; I want both ( Read more... )

Leave a comment

Comments 4

scottopic March 17 2010, 15:00:18 UTC
Start with adjusting the left margin on div "content"

#content {margin-left: xxx;}

And mess with the positioning of the sidebar div and the width of the #content, .subcontent and .entry divs

Reply

chanjuu March 17 2010, 15:39:27 UTC
Thank you so much!
it worked :D

Reply

scottopic March 17 2010, 15:46:03 UTC
Sweet :)
If you use Firefox and don't already use the Firebug extension, download and install it - it helps you look at the code on whatever page you're viewing and highlights sections/divs.

Reply

plasticrapping March 18 2010, 17:01:20 UTC
...and allows realtime changes to your CSS!

Reply


Leave a comment

Up