Hi. I apologize in advance - this post might be a little long.
I designed my site in wordpress using a theme called comicpress. I have tried posting my problem on comicpress's forums, but so far haven't gotten them resolved, so I thought I'd try here too.
I have created some problems on my site. I don't know anything about CSS, and I changed some CSS code, foolishly, and things do not look the way they're supposed to, and I don't know how to fix them.
As a point of reference, my site used to look like this:
http://i50.tinypic.com/2rnhr3r.jpg
Please ignore the red circles and numbers.
Now, my site looks like this:
http://i46.tinypic.com/m99502.jpg
and
http://i46.tinypic.com/14ujle0.jpg
Here are my questions, which correspond with the numbers on the two links above:
1. I totally screwed up the menu bar. It is supposed to look like the menu bar in the first link above; just a normal menu bar. The words Home, About, Email and Facebook are supposed to be next to each other horizontally, not stacked on top of one another.
2. Somehow, I misaligned the comic. It is too far left; I'd like it to be centered under the menu bar.
3. The calendar archive is supposed to be on the right sidebar, not on the bottom of the screen.
Here's the thing - my site looked fine. I created these problems by messing with the CSS. Everything is as it should be with my widgets; it's a CSS problem and I don't know how to fix it.
It started when I messed with this code:
/* STANDARD TAGS */
body {
margin: 0;
font-family: 'Arial', sans-serif;
font-size: 13px;
font-style: normal;
font-weight: normal;
text-transform: none;
letter-spacing: normal;
color: #333;
background: #32CD32 url('images/bgs/background.png'); top repeat-x
z-index: 0;
}
Specifically, I messed with the background: code. I have tried undoing what I did, but it didn't help. The code above is what it looks like right now.
I don't know how messing with that code could have caused the 3 problems above. But I'm pulling out my hair, so if anyone can offer any assistance, I would greatly appreciate it.
Thank you,
Gary