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

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
fgazza
Veteran Member
Posts: 205
Joined: 2019-04-30 17:37

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

Post by fgazza » 2019-10-24 16:46

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 1647 times

pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

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

Post by pbottcher » 2019-10-25 06:48

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.
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

Post Reply