More space on top of the page, how? More space on top of the page, how?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

More space on top of the page, how?

Started by eita, April 07, 2012, 05:09:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

eita

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).

lurkalot

#1
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.
Running SMF 2.1.4  / Tinyportal 3.0.1, bridged with Coppermine 1.6.25, plus cpmfetch 2.0.0

eita

Thank you very much, lurkalot. Perfect.  :-*