Tagged: Mobile display
On the mobile view of the site, the text and 2 buttons appear on top of the face in the image. I’m wondering if there is a way to move these to the top of the screen just for mobile view. Any ideas? I don’t want to change the way it looks on the desktop view.
Hey amyspearsgavin,
To fix your problem, just add this custom CSS code at Enfold Theme Options > General Styling > Quick CSS
@media screen and (max-width: 480px) {
.slideshow_align_caption {
vertical-align: top !important;
}
}
Let me know if it works :)
Best regards,
John Torvik