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
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.
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
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.
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 :)
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
Quote from: painter merv on September 17, 2010, 04:08:00 PM
Please mark as SOLVED!
http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631