Page 1 of 1

Moving Top Menu in Line with Search Box in 2.5

Posted: Sun Mar 04, 2012 9:22 pm
by xenxes
Please excuse my noob-ness, I read through a few similar postings but could not figure out a good way to do this. I'd like to move the Top Menu from the top right position to float below the logo (above the header image, horizontally in line with the search box in Position 0), i.e.:

Image

What's the most straight forward way to do this? Should I create a new position, edit the location of Position 1... and how would I go about it?

I tried crudely changing the TPL_BEEZ5_NAVIGATION jdoc line to position-0, but it just creates another search box. Cut/pasting it out of the divider body messes up the alignment and I'm not sure what to edit in the css.

Groping in the dark here, if anyone could at least point me in the right direction I'd really appreciate it! :)

*Edit: Position 2 is supposed to be 0, sorry.

Re: Moving Top Menu in Line with Search Box in 2.5

Posted: Sun Mar 04, 2012 9:42 pm
by xenxes
Sort of got it, it's now under the logo and to the left.

Changed to the following in layout.css:

#header ul
{
display:block;
margin:0px 0px 1px 0px;
text-align:left;
list-style-type:none;
padding:10px 0px 10px 0px;

top:0;
right:0px;
width:100%
}

It's still not in line with the search box however.

Re: Moving Top Menu in Line with Search Box in 2.5

Posted: Tue Mar 20, 2012 8:08 am
by javaz99
template not match

color miss