Hello friends,
I am looking for help in creating a Custom CSS for my Wells template website that will allow my image descriptions to appear centered & underneath photos as they are displayed on my website.
Currently, I have a Custom CSS (from years ago) that puts image descriptions in the bottom lefthand corner of the screen, BUT as I've built out my website's Sidebar more, my photos with longer captions / image descriptions are starting to eclipse the Sidebar. (See screenshot attached)
Please help & thank you in Advance!
– Liam
PS – here is my current Custom CSS in case that's helpful in building the new one? (I'm not an expert on any of this)
.collection-type-gallery.hide-meta .meta {
right: 0;
left: 30px;
width: 180px;
background: auto;
bottom: 60px;
max-width: 190px;
z-index: 9999;
}
.collection-type-gallery
{
font-size: 12px !important;
}