Reduce Space In Site Description/Logo Reduce Space In Site Description/Logo
 

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

Reduce Space In Site Description/Logo

Started by painter merv, September 17, 2010, 02:07:43 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

painter merv

hi Copperminers:

I'd like to reduce the height of the the
table/box where my gallery title and the
Coppermine logo appears (I have reduced the height of
the logo replacement I made thinking this was forcing the table height.


Here is my site:
http://www.savedbyart.com/art/

and here is my modified logo:
http://www.savedbyart.com/art/themes/curve/images/coppermine-logo.png

thanks

Αndré

You can easily find out with one of these tools. I personally use the Firebug extension.

painter merv

thanks Andree

I am using the dev extension with chrome which has helped
me solve most problems.

I can see it's related to the following:

-------

#cpg_logo_block_outer {
background-attachment: scroll;
background-color: #FEFEFE;
background-image: url(http://www.savedbyart.com/art/themes/curve/images/main_block.png);
background-position: 0pt -240px;
background-repeat: no-repeat;
padding-left: 20px;
}

--------

I just do not know the how.

Your patience will be appreciated...I'm a painter who knows a little programming/scripting...VERY little.

thanks
Merv


Nibbler

You need to change the height on the img tag in template.html so that it matches the height of your new coppermine-logo.png. Not related to CSS in this case.

Αndré

You just have to change the height of the logo:
Quote from: template.html<img src="themes/curve/images/coppermine-logo.png" border="0" width="260" height="60" alt="" />


Nibbler was a little bit faster :)

painter merv

Nibbler and Andree:

Thanks!

Two problems thus far...both solved.

Hope to be able to help others when I know enough.

Please mark as SOLVED!

thanks again
Merv