Working with v.35, I modified one of my previous themes to hide the spacing above the banner. The theme was saved under another name.
After generating the gallery, the space above the banner was still there.
Next, I used a standard Shozam theme, hid the space above the banner, made no other changes and saved it under another name. When the gallery was generated, the space above the banner was still there.
Looking at the theme.css, the following code was there:
.menu0
{
display: Hide;
height: 23px;
clear: both;
}
For whatever reason, Shozam is using Hide instead of none for display. When I modify the theme.css by changing Hide to none, the space above the banner is hid.
Below is what works:
.menu0
{
display: none;
height: 23px;
clear: both;
}
Cowboy
If it ain't broke... fix it until it is!
My Galleries: http://ohiowebs.net/cowboy/
"We're all spending too much time and energy trying to be politically correct about everything." - Clint Eastwood