Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #956378

    Hallo

    Ich habe auf unserer Firmenwebseite eine “Team”-Sektion erstellt, bei der beim Mouseover auf dem Bild eine Bildbeschriftung erscheint (Aussage der jeweiligen Person). Nun habe ich das Problem, dass die Beschriftungs-Textgrösse nicht komplett responsive ist. Heisst, auf z.B. dem iPad im Landscape Modus ist die Beschriftung grösser als das Bild, sprich nicht komplett sicht-/lesbar.

    Was muss ich machen?

    Danke für die Hilfe!

    #957354

    Hey rawkfist0663,

    Thank you for using Enfold.

    Use the following css codes to adjust the font size on iPad view.

    @media only screen and (max-width: 1024px) {
      /* Add your Mobile Styles here */
      .av-image-caption-overlay-center {
        font-size: 11px !important;
      }
    }

    You can also set the column width to 50%.

    Best regards,
    Ismael

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