hops
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!The alignment seems to be fine on the left — the sidebar is pushed out. Tweak after tweak seems to not pull it back in.
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!I am tweaking. Could you clarify your terms “the inner container” vs the outer, just to make sure i got it right? Outer was content. Is inner .page or the .ncol?
Forum: Fixing WordPress
In reply to: Categories: “File not found” error.I’d take a look at categories.php code in you wp-admin directory. I had a similar link related problem with different admin related .php files that merged wp http references with my site references. I solved it simply by editing those .php files.
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!I added 20px to the
.page (was no #page) and its given a nice left margin — looks good. the right margin is pushed out a bit.Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!/*—————————- Content ——————————-*/
#content{
padding: 0 20px;
margin: 0px auto;
width: 780px;
font-size: 11px;
text-align: left;
}Still, a left margin off in FF
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!but still goofy in FF without padding
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!I’m too literal. fixed.
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!.ncol out makes a real mess of FF
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!.ncol gone
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!Nothing shows up at all in IE — blank page entirely…
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!Left back in. Looking good in FF.
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!#content{
margin: 0px auto;
width: 780px;
font-size: 11px;
}Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!//–> OOoooops
Forum: Fixing WordPress
In reply to: Sidebar Issue — OK in FFox / Bottom w IE ???!!!<taking deep breaths….> Thanks, by the way…