Quote:
Originally Posted by Bubble #5
Does anyone know how to move the panic button on the page?
We just learned that when you try to add an attachment to a post, the panic button also appears on that popup, and covers up the submit button.
Can anyone help?
|
Look at the CSS for the image or the button. They most likely use
Code:
position: fixed;
bottom: 10px;
right: 10px;
something like that. Then just alter the position of the image or button. If the mod uses javascript it code embed the styling in the javascript.
I do not use the mod so I have not looked at the source. Again a link to your board helps. Otherwise we just have to guess.