It’s because of your CSS you did here:
.post p {
line-height: 0em;
}
You made your paragraph the height of 0. Might want to change that.
By the way, I know some people love adding in a no-right click script, but there’s so many ways around that…easily. I’m not sure what your reason is for it, but it’s a script that adds more load time to your site where it really doesn’t do much. I can still access your images and source code (hence where I got the code above)
Just an observation 🙂
Oh, and by the way, what you did for your side column background looks awesome. Most people would just put a solid colour or photo, but that pattern suits the site very well.
oh thanks, i appreciate that! 🙂
BTW, i am trying to look where I put this code u said:
.post p {
line-height: 0em;
}
but it’s not on my custom CSS area.
could you tell me where I can edit it?
It was in your child theme style.css file around line 14, but I just looked and it’s now 1.5em
there you go! I got it.
thanks very much for being patient!
Thank you, as always.