Increment height: category megamenu in heade main menu

Posted in: Newspaper
Post count: 47

Hi,
I have 9 categories to be listed in header main menu as megamenu-category (see Rubriche in my site http://91.197.229.197/~uroblogi/ ).
Now, 8 is max megamenu can shows nicely. Using 9 sub-category it’shows a very very ugly and unusable scrollbar.
How can I increase Rubriche cat-megamenu height?

Regards
Dr. A. Cocci

Post count: 22421

Hello,
you can change this with a bit of css:

.block-mega-child-cats{
overflow-y: hidden!important;
max-height: 285px;
padding-bottom: 25px!important;
}
.td_mega_menu_sub_cats{
padding-bottom: 25px!important;
}

Add the code in the theme panel-> custom css box

Thanks.

Post count: 47

It’works
Thank you so much!
Dr. Cocci

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.