Hello
I was wondering if it was possible to display the caption of an image directly below the image, instead of on top of the image when you mouse over it.
I’m not sure if I explained that too well so I included a link to my blog. I basically want short 1-2 sentence captions below the pictures you see, perhaps with a read more tag.
-Dean
Hey lobstersamples!
Remove the caption and add a textblock or special heading element beneath each image and type out whatever text you wish to display.
Best regards,
Elliott
Hey Elliot
Sorry, I forgot to say in the original post that I have tried that, but the space between the text and the image is too large, I would like it to be directly underneath…
Like this website for example: http://addicted2success.com/category/success-advice/
-Dean
Hi!
Add this to a codeblock element in the page content.
<style type = "text/css">
.avia_textblock { padding: 0px !important; }
</style>
Or use a codeblock element instead.
Cheers!
Elliott