Page 1 of 1

the table title and the quick search field disappear if I have too many links in the top menu

Posted: 2019-10-24 16:46
by fgazza
Hello to all,
as you can see from the image the table title and the quick search field disappear if I have too many links in the upper menu.

Does anyone know of a solution to keep the page elements under the top menu even if the top menu occupies multiple lines?

THANKS!

Fabiano
Immagine 001.png
Immagine 001.png (68.7 KiB) Viewed 2259 times

Re: the table title and the quick search field disappear if I have too many links in the top menu

Posted: 2019-10-25 06:48
by pbottcher
Hi,

you can try to change the height via:

Code: Select all

<script>
$j('.navbar').next().height($j('.navbar-collapse').height()+15);
</script>
add this to the hooks/footer-extras.php.