Hi i need a little bit help and have two questions
question one is how i can center the animated typewritetext in middle from slider the height of slider is 700px.
question two is is there a way to show typewritetexone on slide one typewritetextwo on slide two i know it is php rand but have you atip for this ?
login data and url in private content
Hey torstenhalm,
Please try the following in Quick CSS under Enfold->General Styling to center the text below 700 pixels:
@media only screen and (max-width: 700px) {
.slideshow_align_caption h2 {
text-align:center;
}
}
I’m not sure about your second question, do you want the texts to be random? If so then that is not possible unfortunately.
Best regards,
Rikard