I've taken on the challenge of creating my own Coppermine theme, and I have to admit, it's not as difficult as I thought. However, I've encountered a little snag... Here is my gallery. The issue is that I can't seem to position the gallery directly below the main header. It's just slightly off center.
This is the current HTML CODE:
<div id="cpg_main_block">
{MESSAGE_BLOCK} {GALLERY}
{CUSTOM_FOOTER} {CREDITS}
</div>
And here is the CSS CODE:
#cpg_main_block {
background-color:#transparent;
width: 1100px;
margin-left:150px;
}
In addition, there seems to be some space between the top of the page and the main header. How can I go about fixing that too?
I truly appreciate any assistance or guidance. This forum has already been incredibly valuable to me.