No More Grid Gallery Title Cut Off
Description
Avoid having titles in the grid gallery block cut off. This plugin uses css editor and works with all template families.
How To Install
Add a Grid Gallery block to any page and upload your images. Add your title descriptions to each image and check the “Show Title” option in the design tab.
Once you save the page, go to the Custom CSS Editor. Copy and paste the code below into the Custom CSS Editor box.
// Full Grid Gallery Title // .sqs-gallery-block-grid.sqs-gallery-block-meta-only-title .margin-wrapper .image-slide-title { padding-top: 10px; font-size: 14px; color: #000000; width: 100%; white-space: normal !important; }
Customize
Adjust the padding, font size, and color values to your liking.