coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: eita on April 07, 2012, 05:09:15 PM

Title: More space on top of the page, how?
Post by: eita on April 07, 2012, 05:09:15 PM
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).
Title: Re: More space on top of the page, how?
Post by: lurkalot on April 07, 2012, 11:34:42 PM
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.
Title: Re: More space on top of the page, how?
Post by: eita on April 08, 2012, 01:00:00 AM
Thank you very much, lurkalot. Perfect.  :-*