Hi,
Here is the page I'm working on: http://www.beetlequeen.com/news/
I can't figure out why my page menu bar is longer than the total width (800px) of my page. It has extended all the way to the right. Perhaps it has something to do with some of the CSS inserts I've put in, in attempts to get the links in the bar center-aligned and evenly spaced. The CSS Inserts I have are:
ul#rmenu2 {
border: 0;
}
div.rMenu-center {
border: dashed 0px #ccc;
background-color: #f0522a;
}
ul.rMenu li {
margin-right: 10px;
}
/*reset for submenus*/
ul.rMenu li ul li {
margin-right: 0;
}
And the other thing is the one pixel border around each link in the page menu. I tried changing the outline to 0px, but it doesn't seem to work. I just want one solid line.
Just wanted to say also that I love this theme, and am about to donate. Thanks so much for putting it out there.