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

    Hallo in die Runde,

    ich habe folgende 3 Herausforederunen die ich nicht lösen kann:

    1. Mir zerschiesst das Layout bei Tabletgröße (iPade) das Layout Eöement recht 1/4 passt sich nicht an und lässt sich aber auch nicht ausschalten wie für Smartphones. Zudem wird bei Querformat noch nicht das Menü für Mobilgeräte angezeigt.

    2. Würde ich gerne die Schrift des Untermenü volle Breite ezwas ghrößer haben

    3. Würde ich gerne die Schriftgröße der Schlagworte im Footer etwas größer gestalten.

    Über schnelle Tipps würde ich mich freuen.

    Liebe Grüße

    Oli

    #1261130

    Hey Oliver,

    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 (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    @media only screen and (min-width:768px) and (max-width: 1024px) {
    	#top .flex_column_table {
    		 table-layout: initial;
    	}
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1269552

    Danke!

    Ich habe jetzt das Problem – das beim iPade und Smartphone das Menü nicht angezeigt wird. Siehe Bilder.
    Ich habe alles probiert – wahrscheinlich ist es nur eine Kleinigkeit oder?
    https://xn--grne-knigstein-0pb5g.de/wp-content/uploads/2020/12/iPad-Menue.jpg
    https://xn--grne-knigstein-0pb5g.de/wp-content/uploads/2020/12/Smartphone-Menue.jpg

    LG

    Oli

    #1269798

    Hi Oli,

    Please try installing this plugin: https://wordpress.org/plugins/enable-jquery-migrate-helper/, then select to use jQuery 1.12.4 in the plugin options, to see if that helps.

    Best regards,
    Rikard

    #1282766

    Danke Rikard – das funktioniert.

    #1283146

    Hi OliverRasch,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Tablet Anpaasung – Menu Größe Untermenü volle Breite’ is closed to new replies.