Hello,
Could you please let me know what the code line is to call the author avatar in an article ?
I would like to add the author pic next to the author name (left), at top of post (here left of “Par Olivier Guérin – 13 janvier 2017”.
http://genres.centrelgbtparis.org/2017/01/13/cine-clair-de-lune-garcons-noirs-tristes/
Thank you for your help !
Hello,
Please follow this topic: https://forum.tagdiv.com/topic/small-author-image-just-before-the-author-name-after-the-title-of-the-post/page/2/
Thanks.
Thank you, I’ve used the code provided, but the avatar is displayed on the right of the author and date
http://genres.centrelgbtparis.org/2017/01/11/prix-roman-gay-2016-suis-vie-ne-mentends/
how could I move it to the left, and with a bit of space between the avatar and the author name ?
In addition, another question. How can I add a bit of space between the lines in the title of block 23 as seen on my mainpage ? (title starting with Marco Han)
http://genres.centrelgbtparis.org/
Thank you very much for your help !
Hello,
You can change the position and add a bit of padding of the image using this code:
.single .td-module-meta-info img{
float:left;
margin-right:5px;
}
As for the second request I’m not sure exactly what lines you are referring to. Please provide more details so I can better understand how to help.
Thanks.
thanks, it’s perfect !
As for my second question, I’m trying to add more space between the text lines in title of block 23.
Please see http://genres.centrelgbtparis.org/wp-content/uploads/2017/01/Capture-d%E2%80%99%C3%A9cran-29.png
I’d like to add some more space where the arrow is.
Let me know if it’s still unclear…
Thank you very much
Hi,
You can change the block title line height from the fonts section: https://www.screencast.com/t/CZmzlgtOFDdQ
block 23 uses module 19
Thanks