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

    Hallo
    Die Desktop Version der Webseite sieht perfekt aus.
    In der Mobil Version möchte ich eine kleiner Schrift, ich stelle das beim Text unter Mobil ein.
    Die Schrift fliesst dann mit 10 P ineinader.
    Wo muss ich das einstellen?
    Das Hamburger Menü ist auch noch zu gross, wo kann ich die grösse für die Mobil Version ändern?
    Danke für die Hilfe und viele Grüsse – Sefan
    lernpraxisamsee.com

    #1361917

    Hey sroetheli,

    You can set the general font size of the site for each screen size under Enfold->General Styling->Typography.

    Please try this in Quick CSS to adjust the font size of the mobile menu:

    @media only screen and (max-width: 767px) {
    #av-burger-menu-ul li a {
      font-size: 14px;
    }
    }

    Best regards,
    Rikard

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