I follewed your advise about adding the CSS editor available under Appearance > Edit CSS in your dashboard
@media (max-width: 480px) {
.jp-carousel-titleanddesc-desc p {
width: 172px;
}
}
But since I am using the child-theme style.css, I added the code and modified it to
@media (max-width: 480px) {
.jp-carousel-titleanddesc-desc p {
width: 90%;
margin-left: 20px;
padding-top: 20px;
margin-top: 20px;
}
}
View any of the articles by clicking the images at http://www.ginapiccalo.com/projects/the-atlanta-journal-constitution/. You should see a margein to the laft and right of the text. But I noticed the CLOSE tag at the top left sometimes floats over the text. Is there a way to have the text appear below the CLOSE? I used Read article. to go to article and where the article starts.