June 8, 2015 at 8:46 am
#25479
jeanlucgarnier
Participant
Hi Support,
Finally found out that `a img.attachment-gallery.wp-post-image
{
display: block;
margin-left: auto;
margin-right: auto;
}` works fine!
Your CSS modification just doesn’t change anything, so maybe your modification applies to some other block…
By the way, I don’t need to display images in any tooltip! 🙂 What I’m looking for is some kind of browser extension (FF) that would help finding the exact class for objects in HTML page: I would point my mouse to an image and the tool would display “item: a img.attachment-gallery.wp-post-image”.
I thought Firebug just does this but to no avail…
Thanks for your help.