EduGeek Joomla 1.5 Package Thread, Expanding Sub-Menus on Edugeek Joomla 1.5 in Projects:; Hi guys,
I have been searching for a good hour now and can't seem to find anything about how to ...
-
13th March 2012, 11:28 AM #1 Expanding Sub-Menus on Edugeek Joomla 1.5
Hi guys,
I have been searching for a good hour now and can't seem to find anything about how to expand the width of the sub menus in the edugeek joomla package. See the image below I need to either expand the menu so I can fit the whole text in or somehow expand the text space to allow all of it in.
Any ideas? had a good root around in the suffix.css but can't seem to find anything.
Thanks in advance
http://s7.postimage.org/gncxtocfv/lmsmenu.gif
-
-
IDG Tech News
-
13th March 2012, 11:53 AM #2 Do you have a link to your site? I can't seem to get at the demo
-
-
13th March 2012, 11:56 AM #3 THanks rush_tech heres the site itslearning
-
-
14th March 2012, 01:47 PM #4 Spent most of the day trying to solve this going to investigate a new menu system if anyone has some recommendations post them up for me thanks
-
-
16th March 2012, 11:28 AM #5 Well I have done it...after some struggle and here is how
You need to edit the suffix.css in the templates css folder on your site.
To expand the drop down menu from the main menu for example "Parents' you need to edit the following;
This will expand the drop down menu column allowing you to have longer headings for the menu items;
#topmenu ul li ul {
display:block;
height:auto;
width: 200px; changed from 'width: 16em;'
position:absolute;
z-index:99;
left: -999em;
color: #660000
After this change it will throw the menu out of line with the main heading of each menu item so you need to adjust the following;
#topmenu ul li ul ul {
margin: -40px 0 0 width: 200px; changed from 'width: 16em;'
Finally this may not be required by some people but I have a sub SUB menu coming off of one of the items in the Parents menu when I made these changes the menu was overlapping onto the sub menu so we need to reline that with the following;
#topmenu ul li li {
width:width: 200px; changed from 'width: 16em;'
sorted
Last edited by Griff; 16th March 2012 at 11:29 AM.
-
SHARE: 
Similar Threads
-
By speckytecky in forum How do you do....it?
Replies: 2
Last Post: 16th February 2010, 07:29 AM
-
By HodgeHi in forum EduGeek Joomla 1.5 Package
Replies: 6
Last Post: 2nd June 2008, 11:38 AM
-
By jkmoch in forum EduGeek Joomla 1.0 Package
Replies: 3
Last Post: 7th April 2008, 11:38 AM
-
By FN-GM in forum EduGeek Joomla 1.0 Package
Replies: 24
Last Post: 8th December 2007, 11:48 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules