Changing Menu drop down spacing

Everything to do with Joomla! 1.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.
Locked
afoste22
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Aug 26, 2010 9:35 pm

Changing Menu drop down spacing

Post by afoste22 » Thu Aug 26, 2010 9:44 pm

The horizontal drop down menu does not assign spacing properly and some of the names overlap the line that separates each link. I know I have to edit the css, but I'm not sure exactly where. Is it in the ja-sosdmenu.css file? To see exactly what I am talking about visit www.cbworldtrade.net , under services and people and partners, the links to "exploration production" and "associates and partners" cross over the line.

mayuri_g
Joomla! Enthusiast
Joomla! Enthusiast
Posts: 188
Joined: Mon Jun 20, 2011 8:49 am

Re: Changing Menu drop down spacing

Post by mayuri_g » Thu Jun 30, 2011 9:06 am

Hi,

Please edit the file /modules/mod_maximenu_CK/assets/maximenuH_CK.php?monid=maximenuCK
line number 88

Replace the following code

Code: Select all

div#maximenuCK span.titreCK
 {
    color: #888888;
    display: block;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 17px;
    line-height: 18px;
    text-decoration: none;
    text-transform: none;
 }
To

Code: Select all

div#maximenuCK span.titreCK
 {
    color: #888888;
    display: block;
    float: none !important;
    font-size: 14px;
    font-weight: normal;
    height: 17px;
    line-height: 14px;
    text-decoration: none;
    text-transform: none;
 }
Mayuri
Trainee @ Tekdi Web Solutions. http://www.tekdi.net | Techjoomla. http://techjoomla.com
TWS's Community Support Goal: Contribute 3000 useful posts to Joomla forums by July 20
*Note I am a Joomla Trainee trying to help! I am not an expert..Yet!

sip952
Joomla! Apprentice
Joomla! Apprentice
Posts: 8
Joined: Mon Mar 31, 2014 10:13 am

Re: Changing Menu drop down spacing

Post by sip952 » Mon Mar 31, 2014 10:31 am

I'm having the same problem on my website. Can you please tell me if there is a way to make all of the boxes in the drop down list taller?
Thanks


Locked

Return to “Templates for Joomla! 1.5”