main menu dropdown menus

main menu dropdown menus

by Rich Lang -
Number of replies: 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

Average of ratings: -
In reply to Rich Lang

Re: main menu dropdown menus

by 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.