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

    Hallo,

    ich habe das Problem, dass Schriften auf dem Handy zu groß dargestellt werden.
    Außerdem soll das Portfolio-Raster am Handy nicht untereinander, sondern in zwei Reihen dargestellt werden.
    Können Sie mir weiterhelfen?

    #1297263

    Hey mbautz,

    Thanks for the login details. Could you try updating the theme to the latest version (4.8.2) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1297264

    Alle Schriften oder sind es die Überschriften?
    Viele der Elemente haben die Möglichkeit die Schriftgrößen von der Screenweite zu setzen.
    zB. die Überschriften – wenn du die Moderne Variante wählst, dann ist da:

    Es ist auch möglich von Vornherein – varialble Einstellungen via quick css zu setzen.
    https://css-tricks.com/how-do-you-do-max-font-size-in-css/

    f.e. this will work on all modern browsers:

    #top.home #av_section_1  .av-special-heading-tag {
     font-size:min(max(48px,10vw),120px) !important;
    }
    #1297692

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

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