Relocating Top Menu in D6

Greetings -

 

Could someone point me to the right place where I can move the top Menu between my Logo and the rotating Banners.

 

Here is my site I am working on, take a look at what happened to the Menu after I uploaded my Logo:

 

http://www.marocnetwork.com/index_stop.php

 

Any input would be helpful.

 

Thank you.

 

-AJ

Quote · 3 Oct 2009

I would say you have to bring the menu down 10 px.

----
Quote · 3 Oct 2009

templates/tmpl_uni/css/general.css  line 158

 

.topBlock
	{
		position:relative;
		height:73px;
		border:0px dashed blue;
		margin-bottom:0px;
	}
Change it to:
.topBlock
	{
		position:relative;
		height:115px;
		border:0px dashed blue;
		margin-bottom:0px;
	}

That will fix your problem.

Quote · 4 Oct 2009
 
 
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.