Doesn’t look horrible but yes, it’s pretty tight between the text and the photos.
So some questions to help us better help you:
1) What theme are you using?
2) What did you do to reduce the line-height spacing in the sidebar?
3) Are you using a child theme CSS stylesheet, or using a plugin to create and manage custom CSS, or are you directly editing the theme’s stylesheet.css file?
Thread Starter
cubits
(@cubits)
Thanks Bemdesign,
It’s a custom theme, I believe I just took a whole line of code out as it effected the whole site (this was about a year ago and I really can’t remember), I am right in the style.css file.
Okay. Well looking at your css via Firefox’s developer tools, on line 14 you have
*{
margin: 0;
padding:0;
}
Remove (or comment out) that CSS declaration and see what happens.
Thread Starter
cubits
(@cubits)
I removed it and nothing happened and then I put it back in and changed both to 20 and still nothing change 🙁
Are you sure you’re not seeing a cached version of your site after updating? Because when I remove it (again, using Firefox’s developer tools) it’s an immediate difference.
Thread Starter
cubits
(@cubits)
I just tried again and cleared my cache to no avail.
Tried Firefox too as I’m normally in safari.
Thanks for your help. I agree that that looks like a good lead.
Try changing this CSS to this:
.entry p {
margin: 10px;
}
Thread Starter
cubits
(@cubits)
Thanks so much everyone. I changed the line height under post and it all suddenly worked! Hurray!