I have up-loaded the Betround wordpress theme designed by TopTut and I need to change the top position where the comment box begins. Does anyone know what div id or class tag that is under? I can't seem to find where the margin/top is set for it in the css.
TIA
Coleen
In case anyone else has this problem, it isn't the position of the margin/top of the comment box, it's the size of the header section. I just changed the size of the Header height from 300px to 250px - problem solved! Hope this helps someone else.
div#header {
position:relative;
height:250px;
margin:0;
}
Coleen