The Joomla! Forum ™



Forum rules


Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting.
Forum Post Assistant - If you are serious about wanting help, you should use this tool to help you post.



Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: Sun Jul 29, 2012 6:49 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Jul 28, 2012 11:25 am
Posts: 12
Hi

I'm using the beez5 template and I'd like to add a menu in the position-12 (the one above the content).
I created a module which is linked to the menu but the menu items are arranged vertically.
Instead I'd like to arrange the items horizontally.

Using firebug I found the CSS of the menu but I don't know what to change/add to make thinks done...

Is there a way to change the menu items arrange?

Thanks in previous


Top
 Profile  
 
PostPosted: Sun Jul 29, 2012 7:02 pm 
Joomla! Master
Joomla! Master

Joined: Mon Oct 27, 2008 9:27 pm
Posts: 13613
Location: Akershus, Norway
Have you tried display:inline?


Top
 Profile  
 
PostPosted: Sun Jul 29, 2012 7:08 pm 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Jul 28, 2012 11:25 am
Posts: 12
In which element CSS should I put this property?


Top
 Profile  
 
PostPosted: Sun Jul 29, 2012 7:12 pm 
Joomla! Master
Joomla! Master

Joined: Mon Oct 27, 2008 9:27 pm
Posts: 13613
Location: Akershus, Norway
The li.


Top
 Profile  
 
PostPosted: Mon Jul 30, 2012 7:40 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Jul 28, 2012 11:25 am
Posts: 12
I tried to add the "display:inline;" property to the CSS in the following way:

Code:
ul.menu li
{
border-bottom:solid 1px #ddd; /*this line was a pre-existent one*/
display:inline;
}


But all I get is that the two list items get closer each other (and the bottom border isn't shown no more)


Top
 Profile  
 
PostPosted: Mon Jul 30, 2012 5:04 pm 
Joomla! Master
Joomla! Master

Joined: Mon Oct 27, 2008 9:27 pm
Posts: 13613
Location: Akershus, Norway
What about the width? Do they fit horizontally?


Top
 Profile  
 
PostPosted: Thu Aug 02, 2012 8:46 am 
Joomla! Apprentice
Joomla! Apprentice

Joined: Sat Jul 28, 2012 11:25 am
Posts: 12
Hi!
I put the menu on the position-1 and now it is ok ;) So the menu items' position depends on the position (and I don't know why)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 



Who is online

Users browsing this forum: No registered users and 37 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group