Ah! My codes were deleted.
Here’s my header.php code: http://wordpress.pastebin.com/Ghivi6Z0
Here’s my style.css header code: http://wordpress.pastebin.com/Jqqp7AFk
Pretty sure I did that right. Let me know if it’s not showing up!
A link to your site might help.
I haven’t launched my site yet so I can’t share my url. I’m sorry.
I hope that this can be figured out without the link to my site.
Unfortunately, we need to be able to see the site.
My style.css header code: http://wordpress.pastebin.com/B0b4ezcr
It doesn’t make a difference either way, but the previous link I posted had a code that I was trying to play around with to fix my problem.
It’s not possible to troubleshoot CSS without seeing it working (or not) on the site.
there is likely a typing error in the full style.css (which you should have pasted, ideally; not just the lines for the header style) which might stop the executions of all styles.
this is just a guess …
try running your site over a validator,
such as http://jigsaw.w3.org/css-validator/
and http://validator.w3.org/
Thanks so much for supplying me with those two validators. I’m not 100% sure if that’s what did the trick, but after I changed the code to be valid, I just had to play around with all the margin codes in the header section of my stylesheet and it turns out that all I needed to change was the #frontphoto margin.
I appreciate both of you taking the time to respond to my query.