Tagged: above, caption, title
On desktops the title is underneath the image. Is there any way to move the title above the image using css?
It’s not a built in feature but you may try to do that with this CSS snippet:
body #lightcase-info { position: absolute; top: -50px; }
Works great. Thanks!
After you register and login to the site, you may post all plugin support questions in the Support Forum.
If you need to provide private info, please create a ticket and then reply to it using Set as private reply option.