Tagged: full screen slide show
How do I change the padding of the title and text in the frame of the ‘full screen slide show’, next to the line spacing in the text of that frame?
Hey Peter,
Thank you for the inquiry.
You can use this css code to adjust the padding of the caption frame.
.caption_framed .slideshow_caption .avia-caption-content p, .caption_framed .slideshow_caption .avia-caption-title, .avia-caption .avia-caption-content p, .avia-caption .avia-caption-title {
padding: 20px 30px;
}
Best regards,
Ismael