[Solved] Captions on mobile devices
- ClaudioRomeo
- Topic Author
- Offline
- Platinum Member
-
10 years 6 months ago #22757
by ClaudioRomeo
Counselor for better people in a better company
[Solved] Captions on mobile devices was created by ClaudioRomeo
On small screen, captions are not well readable: this topic has been discussed
here
talking about Slideshow CK.
Trying to apply the solution proposed by Cedric, I created a new theme (called swg), I modified the carouselck.css file of the swg theme and then I chose the swg theme from the Menu theme option.
But I discovered that captions are still controlled by the default theme.
Anyway, the workaround to hide captions on small screen without modifying the original default carouselck.css file was simple. I just had to add the correct rules in the additional CSS file I use to modify the layout of my site.
Here the rule I used:
@media (max-width: 480px) {
.carouselck_caption {
visibility: hidden !important;
} /* No captions on smartphone */
}
Obviously, you can repeat this rule for other resolutions.
Since maybe this could be useful for other people, I share it.
Trying to apply the solution proposed by Cedric, I created a new theme (called swg), I modified the carouselck.css file of the swg theme and then I chose the swg theme from the Menu theme option.
But I discovered that captions are still controlled by the default theme.
Anyway, the workaround to hide captions on small screen without modifying the original default carouselck.css file was simple. I just had to add the correct rules in the additional CSS file I use to modify the layout of my site.
Here the rule I used:
@media (max-width: 480px) {
.carouselck_caption {
visibility: hidden !important;
} /* No captions on smartphone */
}
Obviously, you can repeat this rule for other resolutions.
Since maybe this could be useful for other people, I share it.
Counselor for better people in a better company
The following user(s) said Thank You: ced1870
Please Log in or Create an account to join the conversation.
10 years 6 months ago #22758
by ced1870
Joomlack Webmaster and Developer
Replied by ced1870 on topic [Solved] Captions on mobile devices
thank you for sharing

Joomlack Webmaster and Developer
Please Log in or Create an account to join the conversation.
Time to create page: 0.202 seconds