catherinelittle
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Replacing header Image HelpThank you so much!!!!! ?? That was exactly what I needed! : D
Forum: Themes and Templates
In reply to: Replacing header Image HelpYeah, and that didn’t seem to work for some reason. I can replace every other image by copying and pasting my 2nd URL, but my problem is even when I change the header in the CSS, it won’t change in my layout.
Forum: Fixing WordPress
In reply to: "Could not connect to web service" everytime I make a new postYes, I have everything deactivated except for Slickr Flickr, and it still doesn’t seem to be working! ): Thanks for the suggestion, though.
Forum: Fixing WordPress
In reply to: "Could not connect to web service" everytime I make a new postEDIT: I found out it has to do with FLICKR GALLERY!! But I am still at a loss on how to fix it!
Forum: Themes and Templates
In reply to: Blog Entries are cut off!! (CSS Help)You’ve saved me yet again, ClaytonJames! ?? Muchos gracias!
Forum: Themes and Templates
In reply to: Comment Icon Height CSS HelpHa, you’re correct! ?? Thanks so much for resolving all of my problems!!
Forum: Themes and Templates
In reply to: Comment Icon Height CSS HelpI got the text on all one line, but now I’m getting 2 images! Which is weird, because I did a search and only found my image in there once.
.post.single .postMeta { left center;font:10px Arial;margin-bottom:5px;color:#999; height:37px;display: block;padding-left:38px;background: url(images/comment.gif) left center no-repeat; }
Sorry to bother you once again; I’m not sure why it’s not working. ):
Forum: Themes and Templates
In reply to: Comment Icon Height CSS HelpAndrei Olsen: Thanks so much for pointing that out for me! But now the date is displaying on the 2nd line.. I’ll try to figure it out, but may need your help again. ??
ClaytonJames: Wow, thanks so much!! I just noticed that tonight on my laptop and was wondering how I could fix it.
You’re both amazing!
Forum: Themes and Templates
In reply to: Need help moving body down!Thanks, Shayne! It worked! Problem solved. ??
Forum: Themes and Templates
In reply to: Need help moving body down!Thanks for your response, ClaytonJames, but I tried adding it in with different values and it didn’t seem to work. Maybe I put it in the wrong place. This is my header CSS:
/* header */
#header { width:950px;margin:0 height:130px;margin:0 auto;padding:1em 0 16em 0; }
#header h1 a { display:block;font-size: 20px; margin: 5px 0; width: 240px;text-indent: -999em; }
#header h1 a:hover { color: #7ebe40; }
#main-wrapper { display:block; margin:0 auto;width:950px;padding:10px;text-align:left;background:url(images/px.png); }
.main { width: 490px;margin:0;padding:0;float:left;overflow: hidden; }Maybe it also has something to do with the background?