Archived topic
Overlay Caption width of image
2 replies · Started by Zakia on June 4, 2016
It seems the caption overlay in this theme only adjust to the width of the text and not the width of the image. Is there a way to do this? right now I have images with shorter lines of text and longer lines and the caption can either push the overlay past the image or it is too short. I would like the overlay to always be flush with the width of the image regardless of text. Please tell me that is possible :)!
Thanks in advance!
Hi there,
Any chance you can link me to a page where this is happening?
Give this CSS a try:
.wp-caption .wp-caption-text {
width: 100%;
box-sizing: border-box;
}
