Top Banner placement

Hey everyone,

Does anyone know how i can change the placement of the top banner? By Defualt I believe or at least for me it displays above the navigation bar. I would like it to be placed where the Promo block area is. Any ieas?

Quote · 21 Sep 2008

hi there,

I did modify some code to put a banner in the header.  Take a look at http://dolphin.helpershub.com

Here is what I did.

1.  Created a new class in general.css like this

.headerbannerad

{

position:absolute;

left:200px;

top:10px;

height:100px;

text-align:left;

padding:6px 22px 0px;

width:190px;

font-size:11px;

}

2. Then I placed this piece of code in the _header.php in your template/tmpl_uni directory

__main_logo__
<div class="headerbannerad">

>>>>> your banner code >>>>>>>>>>
</div>

__banner_top__

I know this is not EXACTLY what you wanted, but the CSS modification would help.

The other option might be, just remove the promo and just use the __banner_top__

Hope this helps a little.

Linu

Quote · 21 Sep 2008

Admin > Settings > Basic Settings > Use custom HTML block and enter your banner stuff there  ..... 


HOW TO SEARCH AND NOTE FOR NEW MEMBERS IN THE FORUMS ..... 
.

Quote · 21 Sep 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.