Not sure how I did it but I moved the sideboxes just slightly so they no longer line up with the header. Where in the stylesheet do I change this?
http://pjgscrapbookheaven.com/
Not sure how I did it but I moved the sideboxes just slightly so they no longer line up with the header. Where in the stylesheet do I change this?
http://pjgscrapbookheaven.com/
I see you were able to fix your problem.Please tell me what you did to fix it...I'm having the same problem.
Thanks!
I have not fixed the problem yet unfortunately. The sideboxes are still slightly off. I am planning on remaking the sideboxes when I have time to do so.
If you mean that the sideboxes are spaced a little in from the edges of the header, that is a setting you have made in admin.
In Configuration > Layout Settings > check one or more of these:
Column Width - Left Boxes
Column Width - Right Boxes
Column Width - Left
Column Width - Right
You also have 20px of padding here:
.leftBoxHeading, .rightBoxHeading {
margin: 0em;
background-image:url('../images/box000.gif');
background-repeat: no-repeat;
padding: 20px
}
Your div boxes do line up - the background images you have created for the columns include space at either side - giving the impression they are indented...
you could either edit those background images... or change the header to allow for those gaps...