I was trying out a couple of plug-ins (which I've now deleted) and my header randomly disappeared. I notice a drop-in that I'm pretty sure wasn't there before: install.php
I've deactivated all plug-ins and nothing has changed. Also, I know very little about code. Thank you for your help.
http://amyinwanderland.com
iamgarrett
Member
Posted 1 year ago #
You some height:0 and text-indent in your CSS that should be there. Get rid of those rules and your header should start to look like you remember it.
I'm sorry--I didn't catch that. And I really need to understand before I go messing with the CSS because I blew up my blog last time I did that.
iamgarrett
Member
Posted 1 year ago #
http://www.w3schools.com/cssref/pr_dim_height.asp
http://www.w3schools.com/cssref/pr_text_text-indent.asp
Heights are being set at 0 here:
settings.css line 28, 39
text-indent rule is here:
style.css line 109
Thank you so much for your help, but this is Greek to me. Maybe I can find someone who knows more than me to look at what you've given me here. Thanks again.
iamgarrett
Member
Posted 1 year ago #
I hope so amydm23. While I can't teach you CSS basics in one night, that should get your potential helper in the right direction.
I understand. Thanks, iamgarrett.