Hi Michael,
Not too much is left but few bits which i am just stuck with
the caption is cutting off from the bottom (desktop and mobile both) https://imgur.com/3j8vVmU. is there any way to expand the caption block to show the whole text. i think the pagination dots are causing issue, can we hide it as well.
I am using below code:
.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_image {
margin-top: auto;
margin-bottom: auto;
}
.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_slide figure {
flex-direction: column;
}
.entry-content .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_caption.gallery-caption {
position: relative;
bottom: auto;
width: 100%;
max-height: 100%;
overflow: visible;
padding: 10px 0 20px 0;
color: #333;
text-align: center;
font-size: 19px;
background: linear-gradient(0deg,rgba(0,0,0,0),rgba(0,0,0,0) 0%,transparent);
}
-
This reply was modified 4 years, 4 months ago by
JM.