Tagged: 

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

    Hi there,
    I am looking for a way to optimize the font size for the text in picture overlays.
    In my case, the appear to be to small on larger screens and too big on smaller screen (e.g. tablet, smartphone).

    Is there a solution for this?
    Thanks!

    #1011238

    Hey Fred,

    I get a 404 error on the URL you linked to, could you check and post a working link please?

    Best regards,
    Rikard

    #1011253

    Yes sorry, updated the page in between.

    #1011312

    Hi poppenhaeger,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      .av-image-caption-overlay-center {
        font-size: 13px !important;
      }
    }
    @media only screen and (min-width: 1440px) {
       .av-image-caption-overlay-center {
        font-size: 22px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1011318

    Thank you, that works!

    #1011349

    Hi poppenhaeger,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Flexible font size for picture overlays’ is closed to new replies.