Which theme are you using?
I am using Professionally-Done Theme
Might want to get the rest of it professionally fixed before you go changing anything. A lot of overlapping and misalignment going on in Firefox and IE, if I wasn’t so tired I’d get off the couch and check it on my mac. If you paid for this get it fixed or get a refund.
[signature moderated Please read the Forum Rules]
Ok, finally made it to the desk, it doesn’t look any better in safari. Forgive me if this sounds harsh, but your site is a completely unorganized disaster. I don’t think I could find anything in this clusterf**k if I tried. The problems are in the css not your site structure, refer to the last sentence of my first post.
[signature moderated Please read the Forum Rules]
I pretty much agree with bdphoto regarding the look of it. Not sure where you’d be squeezing a logo into either
anyway assuming your logo is about 80px x 80px, and assuming you’d like it to the left of your site title – changing the below would do it.
#logo {
display: inline;
float: left;
margin-left: 100px;
margin-right: 20px;
margin-top: 20px;
background-image: url(images/logo.gif);
background-repeat: no-repeat;
}
adding the below would make the blog title and description disappear if you wanted to make some more room.
#logo h1, #logo .description{
display: none;
}
thanks for the replies and for getting off the couch!
I did not purchase the theme–i downloaded from the free themes section of this site.
I guess I should just try another theme instead of trying to fix this–
thanks for the input it was helpful