Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1103380

    Hi,

    I would like to know how do I change the masonry title overlay size on mobile & tablet only?

    Thanks.

    • This topic was modified 5 years, 5 months ago by Jory.
    #1103412

    Hey Jory,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1103419

    Hi Jordan, here is the url below, thanks for the help.

    #1103664

    Hi Jory,

    Please try the following css:

    
    @media only screen and (max-width:989px) {
        #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
            font-size: 14px;
        }
    }
    

    Best regards,
    Victoria

    #1103763

    Thanks it works! :)

    #1103831

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change masonry title overlay font size on mobile only.’ is closed to new replies.