Hey guys,
I am having a little bit of trouble figuring out where the spacing at the very top of http://www.blogeditor.net is coming from. It is on thesis framework....
Any thoughts from you better coders than I? Thanks!
Sam
Hey guys,
I am having a little bit of trouble figuring out where the spacing at the very top of http://www.blogeditor.net is coming from. It is on thesis framework....
Any thoughts from you better coders than I? Thanks!
Sam
It's coming from the relative positioning of horizontal your nav bar in your theme's CSS:
.custom #tabs {
position:relative;
top:149px;
}
You could try changing it to position:absolute;.
ES - - - you rock dude.. thanks!
This topic has been closed to new replies.