Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #760568

    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.

    #761136

    Hey Dogmut,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #762225

    as private thanks

    #763452

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.