Aligning pictures next to each other
Hi there
I'm helping some friends with their blog.
I've installed the 'sociable' plugin but the small icons representing different social websites do not end up next to each other - they each have their own line. Can it be fixed in the css?
Thanks in advance!
I'm helping some friends with their blog.
I've installed the 'sociable' plugin but the small icons representing different social websites do not end up next to each other - they each have their own line. Can it be fixed in the css?
Thanks in advance!
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?Hi Loi-B :)
This can indeed be fixed via CSS. There is currently a style that causes all images used in an entry to display as a block:
.entry img {
border:1px solid #000000;
display:block;
margin:1.5em auto 0;
padding:3px;
}
You can either remove thedisplay: block;line, or make a new style that targets the sociable output specifically that makes the images display inline. Hope this helps, let me know how it goes :)
Andrea
The company says
this answers the question
-
Inappropriate?I've just removed display: block; and it works, thanks!
I guess it would be better to make a style that only targets sociable, but I'm not that great with css, so I'll skip that for the moment.
Thanks for a great theme, and great support :)
Loading Profile...



EMPLOYEE