How can I center a caption? in Customize with code Posted November 11, 2021 And to center captions underneath videos, use this CSS code: .sqs-block.video-block .video-caption-wrapper p { text-align: center !important; } tuanphan 1
How can I center a caption?
in Customize with code
Posted
And to center captions underneath videos, use this CSS code:
.sqs-block.video-block .video-caption-wrapper p { text-align: center !important; }