Home Forums Pro Themes Signify Pro Captions not displaying in Slideshow block

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #195302
    Andrew Shields
    Participant

    I added Captions in the Slideshow block on a Portfolio Project page. It shows fine in Edit mode, but when I preview the page the caption text is cut off (barely showing top of text). i tried different image display options and even added a spacer after the block but nothing has worked.

    http://www.drewvydesigns.com

    Artworks

    #195322
    Psink
    Keymaster

    @DREWVY, could you please share the URL of that page and if possible the reference screenshot of the issue? So that it would be easy for us to figure out the issue and provide you a quick solution

    #195329
    Andrew Shields
    Participant

    Sure, page link is:
    https://drewvydesigns.com/portfolio/tahquitz-falls/

    It’s not giving me an option to add screenshots to this post.

    #195350
    Psink
    Keymaster

    @DREWVY, Please add this CSS to Additional CSS under customization section

    @media only screen and (min-width: 768px) {
    .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
    bottom: 40px !important;
    }
    }

    .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-custom{
    justify-content: center !important;
    }

    #195428
    Andrew Shields
    Participant

    Worked, thank you!!

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