Thanks, that did it!! It wraps nicely now.
One more problem, though: I changed the text alignment from centered to the default of left-aligned – and changed the padding to 18px all around to keep the text from bumping into the sides.
.meteor-slides p {
background: transparent url(‘images/title-bg.png’) repeat top left;
bottom: 0;
left: 0;
color: black;
margin: 0;
padding: 18px;
position: absolute;
width: 100%;
line-height: 18px;
}
For some reason, the padding works left, top, and bottom, but not on the right. What’s the problem?
Of course, I want to keep it responsive.
https://bantamdesigns.com/wp/meteor-test/