stroziozi
Forum Replies Created
-
Forum: Plugins
In reply to: [Meteor Slides] longer slide title text is not wrappingThanks. That completely did it. I’m new to responsive design but am trying start using it exclusively. That’s why I chose your plugin. Your support response is excellent too.
Forum: Plugins
In reply to: [Meteor Slides] longer slide title text is not wrappingThat didn’t work. It became not responsive – smaller format completely cut text off. Maybe I should try putting a div around the <p> code in the php file, then defining the div and the p separately. Or would ems work better than pixels?
Forum: Plugins
In reply to: [Meteor Slides] longer slide title text is not wrappingThanks, 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.