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

    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

    #524244

    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

    #524255

    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

    #524261

    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

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