In home.css, at #wrap, try to add a padding about 5-10-20 px to top, left, right and bottom (you can add just "padding: 5/10/20 px;" to #wrap and it will add it all l,r,t,b sections - a quick tweak but not recommended :wink: )
Code:
#wrap {
background: none repeat scroll 0 0 #FFFFFF;
margin: 0 auto;
text-align: left;
width: 1000px;
}
and deduct the same from the central div "main".
Code:
#main {
float: left;
margin: 0;
padding: 0 3px;
width: 690px;
Another thing I noticed that the wrap has its width set to 1000px, generally it is set to 960 px (I am a beginner! experts, please advise!
)
I didn't have the time to go through all the tutorials but you have covered many fields.
keep up the good work and update it regularly.
Last find the "#content-wrap" in css - what's its use I disabled it in firebug but couldn't see any changes.
You will think this particular comment is not a review in general but a kinda postmortem!
But it helped me to test my tiny knowledge.
As you said on index page, Site is bookmarked !
No offense though!
Thnx n Peace!!! :biggrin:
Hit me back if I'm wrong!
Add a coming soon page and put all the sections you haven't prepared for publishing yet under it
you can put a snippet of that page in any of the sidebars