Hi,
can I move the category and title in Masonry Gallery to left bottom corner of Images? Now they are centered.
Please paste the custom CSS code to “Appearance > Customize: Additional CSS”
.grid-item-con-text {
top: auto;
bottom: 0px;
}
Can I show the contents in the gallery, not only category and title?
There is not the option. It isn’t possible by quick CSS either.
How can I edit position and style of caption text in lightbox? I would like to move them to left below of Images. Now they are centered and bottom of viewport.
It is not possible to align to the left edge of the image. Because of the special HTML structure of the lightbox plugin. It is possible to align left of the view by custom CSS.
.pswp__caption__center {
text-align: left;
}
Regards!
SeaTheme – SeaTheme.net – Twitter – Facebook