Changing height of header - prorandom Changing height of header - prorandom
 

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

Changing height of header - prorandom

Started by coconutmilk83, January 17, 2011, 01:00:53 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

coconutmilk83

Hi,

today I installed the gallery, so I'm pretty new to this, but I already managed to change the colors and some some other things. But there's one thing I have a problem with - the header. The height of the pre-installed header was 143px but I'd like to change it to 250px - no idea how I should do that, so any help is appreciated.

Link to my gallery

Thanks in advance.

ΑndrĂ©

In themes/prorandom/theme/portal_adds.css, find
#site-description {
height: 130px;
}

and increase the number to your needs.

coconutmilk83