I have a problem with the positioning of my drop down menus. See the attachment.
To enable the new design of the forum to mirror the website I have had to add the following to the css:
Code:
.page
{
background-color:white;
width: 800px;
top:0px;
overflow: visible;
margin-right: auto;
margin-left: auto;
margin-bottom:0px;
position: relative;
text-align: center;
padding: 0px;
}
When I remove this, the drop down menus appear correctly under their respective titles. However I require this, for the design to work correctly. Any ideas how i can reposition my drop down menus so they appear directly below their respective titles.