Hello the masonry gallery image title and caption displays fine on the iphone but not on the ipad. It appears that the text in not resizing with the ipad. is there a solution thanks.
Hey Dogmut,
Could you post a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
as private thanks
Hi,
Try to add this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:1024px) and (min-width:768px) {
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
font-size: 16px !important;
}
}
Hope this helps :)
Best regards,
Nikko