I just created a blog for some students, and I now want the theme to show the authors profile pics, next to the title or author name.
I’ve inserted the profile pic, but i can only get the theme to show the profile pic on top of the post, centered.
How do and where do I style it, so it appears as a small icon next to the title.
This is how it looks now: http://www.svnp.dk/job-uddannelse/
On the bottom of the webpage you can see a picture of how i want it to look
Hey morthe!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .blog-meta {
float: left;
}
Cheers!
Yigit
Thank you so much. It helped.
Just a quick extra question.
What if I want to make the picture even smaller, so it aligns with the text?