MAKING THE FLASH HEADER SMALLER

Hello all!

Can someone please tell me how to make the flash header smaller? - I want to make my logo bigger but when I make it bigger, it "eats into" the flash header area and they overlap? You can go to my site: www.paraseek.net and look in the upper left hand corner to see what I mean.

Does anyone know how to fix this?

Thank you for the help!!

Quote · 19 Nov 2008

you can change this into the templates/uni/css/general.css  

tip: use Firefox with fireburner... you can find everything :)

Kids first
Quote · 19 Nov 2008

Thank you!  Can you please tell me which item I need to change in order to make the logo area bigger?  This is the only item I see that relates to the logo but I don't know which part to amend (should I make the "top" bigger than 4px or is it some other area I'm supposed to be changing?  Thank you again for the info!:

img.mainLogo
{
position:absolute;
top:4px;
left:4px;
Quote · 19 Nov 2008

To change the area where your logo is:


general.css located in templates/tmpl_uni/css/general.css


You need to change the "topBlock" tag. Here is the sample below:

.topBlock
{
position:relative;
height:100px;     This is the value you need to change - I think the original is 73px)
border:0px dashed blue;
margin-bottom:0px;
}

Hope this helps

Quote · 20 Nov 2008
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.