By Sean Carney on Friday, 16 May 2014
Posted in General Issues
Likes 0
Views 671
Votes 0
If you look at the picture I hope you will agree that some padding around the images of the first two items in the stream would be good to make it look like the third item. The first two items are blog posts. The third is a comment. The site is at https://www.starch-smart.com/
hey sean,
try to add the following code to your template's css file, this should make it look exactly as you want


#fd .stream-blog .blog-image
{
margin-right: 15px;
}


hope that helps but if you still face any issue with this feel free to get back to us at any time. have a nice day
·
Friday, 16 May 2014 23:56
·
0 Likes
·
0 Votes
·
0 Comments
·
I will go and add that to my custom.css file to fix it. Although I always prefer if issues like this can be fixed without my having to add the .css
That said, thank you very much for helping with this.

I did add your code to my custom.css but it didn't work for me. Maybe there is something else that is missing?

I do realize as you have commented below that padding is subjective. However text with NO PADDING butting right up against the edge of a border is really not desire-able for anybody. And, consistency is ALWAYS good. In this case the padding is different depending on whether the image is from a comment or a blog. But, the padding is best if it is consistent will make the product look well thought out!

I would have replied to your last comment but was surprised to find that this thread was locked which prevented me from doing so?

Again, I thank you for the CSS code and I I did add your code to my custom.css. Hopefully you will see this message. I don't know how the forum notifies a person when there is an edit to a comment in a locked thread?

Sean
·
Saturday, 17 May 2014 00:54
·
0 Likes
·
0 Votes
·
0 Comments
·
you're welcome sean.
the "problem" is that when dealing with design it's a very personal thing. so while you might want to see more space around the image others don't want it, it's really a matter of taste
·
Saturday, 17 May 2014 01:03
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post