Edit glossary pop-up width

Re: Edit glossary pop-up width

by Patrick Malley -
Number of replies: 0
The easiest fix is to hide your header in these popups. Showing the header here is a waste of space, in my opinion.

Here is the CSS I added that got rid of this problem:


#mod-glossary-showentry #header {

display:none;

}


Otherwise, you will have to edit the script that determines the width of glossary popup windows - which I don't recommend (lost in upgrades, a pain to find, etc.)
Attachment Picture_10.png