Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #698661

    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

    #698735

    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

    #698754

    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?

    #698765

    Hi!

    Please add following code to Quick CSS as well

    .blog-meta .rounded-container {
        width: 60px; 
        top: 20px; 
    }
    .blog-meta * {
        background: transparent!important;
    }
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.