Quote:
Originally Posted by Trevor Matthews
Hi
Great work. Excellent instructions until the bit about the additional.css, being a vbulletin newbie I struggled to find the file
What would I need to edit to make the button higher up so it doesn't clash with my CometChat button?
Would it be this.....
#panic {
position: fixed;
width: 60px;
bottom: 5px;
right: 5px;
z-index: 999;
}
Do I just make the bottom figure larger?
Thanks again.
regards
Trevor
|
Quote:
Originally Posted by OldSchoolDSL
Updated (allow overwrite, yes)
Seems to be working
4.1.1
Thank you for continuing this modification
Question: Is there away to move the panic button a little higher up? Not to much higher from its current point, but for those of us who may have something like Comet-chat installed... The panic button seems to be a little covered up.
|
You would need to alter the
additional.css template in each style:
HTML Code:
#panic {
position: fixed;
width: 60px;
bottom: XXpx;
right: YYpx;
z-index: 999;
}
And change the
bottom (
XXpx) and
right (
YYpx) settings to alter the location of the panic button.