Is it possible to do this in the "FlexGallery" module so that you can always see the heading and text on your cell phone, so that it is not displayed?
I don't have a mouse on my phone :-)
To amend try adding the following to the Custom CSS field of your templates parameters (Extensions -> Templates -> [YourTemplateStyle] -> Custom CSS)....
@media only screen and (max-width: 767px) {
.flexgallery figure figcaption {
transform: translateY(0%);
opacity: 1;
}
There are no replies made for this post yet. Be one of the first to reply to this post!
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here. Register Here »