Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1095051

    Hi,
    on https://wp-test.genealogy.net/author/guenterjunkers/ you can see that the author image is not nicely displayed, as it hiding text behind.
    What can I do to prevent this?

    I had inserted the following Quick-CSS to get the blog text left aligned, maybe it is linked to this setting?

    .template-blog .blog-meta {
    margin-right: 0;
    width: 0;
    }

    How to get it corrected for the Author picture

    Peter

    #1095457

    Hey compgen_mailwurm,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .template-blog .blog-meta.post-author-format-type {
      width: 100px;
    }

    If you need further assistance please let us know.

    Best regards,
    Victoria

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