Long menu is not shown on pages

Posted in: Newsmag
Post count: 8

Hello!
I have problem with long menus on pages with little content.
For example, in http://platon-gimnazia.ru/gosudarstvennaya-itogovaya-attestaciya/ you can see that second menu item (“Гимназия”) is too long and it is not fully shown on this page.
Is it possible to add scroll or something to display this long menu dropdown?
http://prnt.sc/b6fz6f

Post count: 6535

Hi

Unfortunately we can’t provide a solution for the moment as current implementation for theme’s grid does not allow displaying a list of submenus longer then page height.
We will change this implementation in next theme update but for the moment a solution would be to add some content on the page so its height to be higher.

Thanks!

Post count: 8

OK. Is it possible to set min height for page to show long menu?

Post count: 6535

Hi

Try this css in theme panel > custom code > custom css as a temporary solution: http://screencast.com/t/f14t4rbDEG

#td-outer-wrap{
min-height: 800px;
}

Thanks!

Post count: 8

Thanks, it helps!

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