main menu dropdown menus

main menu dropdown menus

door Rich Lang -
Aantal antwoorden: 1

Hi.

I want to change the size of the dropdown menus for 'add a resource' & 'add an activity' in the main menu block.

I would like this the same as the dropdown menu in the 'blocks' block.

Could someone tell me where to find the bit of css that defines the size of these. Ive been looking for an hour and cannot seem to find it!!

Thanks
Rich

screenshot.gif

Gemiddelde van de beoordelingen:  -
Als antwoord op Rich Lang

Re: main menu dropdown menus

door Mauno Korpelainen -

.block_site_main_menu .footer select

{

font-size: 1em;

}

If you select font-size bigger that menu is getting too wide...it is by default 0.8em. Try different values and refresh browser to see the change.

Gemiddelde van de beoordelingen:  -