12th Jun, 07:19 pm
(12th Jun, 12:24 pm).Mint Wrote: I do not mind re-doing the animation as all it's doing is scrolling, it's just a matter of getting it at top etc and the general layout of this type of forum is header - shoutbox - forum anyway to get it to load at the correct hight?
I can't support you getting the animation on the top header as that would make it look too much like the theme it was inspired by and I feel that would create some problems. (Also achieving it would be incredibly difficult)
to fix your other issue you can edit this css in the global.css
Code:
.dropbox {
position: absolute;
padding: 10px;
background: rgba(0,0,0,0.9);
top: 90px;
right: 118px;
border-right: 1px solid #111;
color: #FFF;
display:none;
border-radius: 0px 4px 4px 4px;
}
you'll need to edit the value of 'top' to something like 300px to make it look right.. that's not the exact value just a guess.. you'll have to edit it a few times to figure out what the value should be