Thread Starter
Dave
(@dave925)
Thanks samboll, that widget worked well for the monthly archives.
Thread Starter
Dave
(@dave925)
In the css file, I fixed the bg color of the extra shadow of the original header to match the grey background, and it worked. I then adjusted the margins to 0 to get it to line up. Pretty good for my second day!
#header {
background-color: #e7e7e7;
margin: 0 0 0 0px;
padding: 0;
height: 192px;
width: 760px;
I’m still not sure how to align the title text in the upper left corner though.