Hi. I use the standard installation of Coppermine 1.5, the theme is called Curve(?). I wonder how to make a little more space on the top of the page (""outside" the gallery).
themes/curve/ style.css
find on line 24
body {
background: #E9EEF2 url(images/backdrop.png) repeat-x;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color : Black;
margin: 0px;
padding-top: 0px;
padding-right: 5%;
padding-bottom: 15px;
padding-left: 5%;
Change padding top from 0px to (for example, to match the curve theme in SMF 15px ) or more if you require it. Refresh your browser window.
Thank you very much, lurkalot. Perfect. :-*