I can see that the forum uses some javascript to get the position for the drop down menus that are used throughout the forum (post options or the min search for example).
My forum is integrated within website which is 980 width and is center aligned (i.e the main holding div is 980px wide and has it's left and right margins set to auto, thus pushing the div into the center.
I'm not sure if that's the cause, however when I click on a link which would show one of these drop menus - the menu appears far too far over to the right hand side of the screen as a whole.
I can see that the css uses position:absolute and this would be fine, however it appears that the left and top settings for the element in the css file are overwritten during the click and are calculated on the fly.
How do I either amend this calc or turn it off all together?
Many Thanks