1. SMKonzept
  2. Commercial Templates
  3. Sunday, 27 October 2024
  4.  Subscribe via email
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 :-)
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Would you have a URL to an example of your module?

Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
The tree module unter the slider

https://www.diekunstwerkerin.de/
Accepted Answer Pending Moderation
0
Votes
Undo
Thank you

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;
}

.flexgallery figure h3,
.flexgallery figure p {
opacity: 1;
transition-delay: 0.3s;
}
}


Ciaran
Accepted Answer Pending Moderation
0
Votes
Undo
Das klappt perfekt, vielen Dank

It´s perfect, thank you
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!