Shape 5

Joomla Free Templates => Intrigue - Free => : santediab May 24, 2011, 01:27:21 AM



: Menu problem
: santediab May 24, 2011, 01:27:21 AM
Hello,
thank your very much for your template intrigue which I use on my site with joomla 1.6.
I have a few problems I tried to solve but I couldn't do anything.
First I have a sub-menu which I created with a module and placed on the left of the template. It works well but one of the sub-menu item is very long, so it's written on two lines and the second line is under the line of the menu. Is it possible to make the height between the lines of the menu bigger?
Secondly I would like to change the colour of the principal menu which is on the suckerfish. is it possible?
Thank you very much for your help
Audrey


: Re: Menu problem
: asingh May 24, 2011, 11:40:45 PM
Try change this::

:
.module_round_box ul.menu a {template.css (line 540)
    border-bottom: 1px solid #EDEDED;
    display: block;
    font-size: 12px;
    font-weight: normal;
    height: 16px;
    padding: 7px;
}

to


:
.module_round_box ul.menu a {template.css (line 540)
    border-bottom: 1px solid #EDEDED;
    display: block;
    font-size: 12px;
    font-weight: normal;
   overflow:hidden;
    padding: 7px;
}


: Re: Menu problem
: santediab May 25, 2011, 01:57:15 AM
Hello
I changed the code for "overflow:hidden" but I didn't do anything. Then I tried a bigger height and it's ok now.
Thank you very much!