ktlovesguitar
Member
Posted 3 years ago #
Hi, my sidebar is below my posts (I think only in Firefox 3). I've heard this is a </div> issue, but I can't figure out exactly how to get rid of the error. The site is http://www.californiapatriot.org/blog/. I ran it through a markup validator:
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.californiapatriot.org%2Fblog%2F&charset=(detect+automatically)&doctype=Inline&ss=1&outline=1&group=0&verbose=1&user-agent=W3C_Validator%2F1.606
But like I said, I'm not sure what to do with that data.
Thanks in advance.
hersonrivera
Member
Posted 3 years ago #
It looks fine to me.
The only thing I noticed is that everything is to the left.
ktlovesguitar
Member
Posted 3 years ago #
Hmm, in my version 3.06 of firefox, the sidebar that starts out californiapatriot.org is on the bottom, but it should be on the left side.
I had this problem as well, but then suddenly it was allright again..
No idea what the cause for this -appaerently- temporary problem..
ktlovesguitar
Member
Posted 3 years ago #
My sidebar has been wonky for weeks now.
In your theme style sheet, try
div#content {
width: 516px;
float: right;
}
div.side {
float: left;
margin-left: 5px;
}
This will line up the sidebar to the left, in Firefox.
There are those "Stuff" and "Recent Comments" (with a fatal error) boxes, floating to the right of the header, though. Try deactivating that widget to see if things change.