forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: painter merv on September 17, 2010, 02:07:43 pm

Title: Reduce Space In Site Description/Logo
Post by: painter merv on September 17, 2010, 02:07:43 pm
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
Title: Re: Reduce Space In Site Description/Logo
Post by: Αndré on September 17, 2010, 03:30:33 pm
You can easily find out with one of these tools (http://documentation.coppermine-gallery.net/en/dev_tools.htm#dev_tools_web_development). I personally use the Firebug extension.
Title: Re: Reduce Space In Site Description/Logo
Post by: painter merv on September 17, 2010, 03:47:17 pm
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

Title: Re: Reduce Space In Site Description/Logo
Post by: Nibbler on September 17, 2010, 03:52:16 pm
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.
Title: Re: Reduce Space In Site Description/Logo
Post by: Αndré on September 17, 2010, 03:53:13 pm
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 :)
Title: Re: Reduce Space In Site Description/Logo
Post by: painter merv on September 17, 2010, 04:08:00 pm
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
Title: Re: Reduce Space In Site Description/Logo
Post by: Αndré on September 17, 2010, 04:12:01 pm
Please mark as SOLVED!
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631