Moving Top Menu in Line with Search Box in 2.5

Everything to do with Joomla! 2.5 templates and templating.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
xenxes
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Jan 22, 2008 2:52 pm

Moving Top Menu in Line with Search Box in 2.5

Post by xenxes » Sun Mar 04, 2012 9:22 pm

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.

xenxes
Joomla! Apprentice
Joomla! Apprentice
Posts: 6
Joined: Tue Jan 22, 2008 2:52 pm

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

Post by xenxes » Sun Mar 04, 2012 9:42 pm

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.

javaz99
Joomla! Intern
Joomla! Intern
Posts: 98
Joined: Fri Mar 02, 2012 6:36 am

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

Post by javaz99 » Tue Mar 20, 2012 8:08 am

template not match

color miss


Locked

Return to “Templates for Joomla! 2.5”