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

News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

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.  :-*