Editing style.css of the Comet Wordpress Theme
Hi Guys,
Here's my site:
http://constantword.com/wordpress/
And here's the css:
http://constantword.com/wordpress/wp...omet/style.css
I'm trying to get the width of the top menu and all pages to match the width of the Header.
I've tried adjusting:
#c2 {
width: 600px;
float: left;
margin: 0px 10px 0px 0px; padding: 0px 30px 30px 30px;
overflow: hidden;
border: solid 4px #D2D2D2; border-left: 0; border-right: 0;
background: #FFFFFF;
line-height: 170%; }
But none of my changes take effect, which indicates that I'm editing the wrong thing. Can someone help with this?
Thanks!