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

    Hallo, die Topbar Schriftgröße habe ich gestylt.
    Jetzt ist nicht der ganze Text angepasst.

    View post on imgur.com

    Hier mein Code:

    /* Topbar Schrift*/
    #top #header_meta a, #top #header_meta li, #top #header_meta .phone-info {
    font-size: 16px;
    }

    /* Topbar Ausrichtung */
    #top #header_meta .sub_menu {
    float: right !important;
    }
    @media only screen and (max-width: 767px) {
    .responsive #header .sub_menu {
    float: right !important;
    width: auto !important;
    text-align: right !important;
    position: static !important;
    }
    .responsive #header_meta .sub_menu>ul>li {
    padding: 0px !important;
    }
    }
    @media only screen and (max-width: 989px) {
    .responsive.html_mobile_menu_tablet .phone-info {
    width: 90% !important;
    text-align: right !important;
    position: absolute !important;
    font-size: 11px !important;
    }
    }
    @media only screen and (max-width: 646px) {
    .responsive.html_mobile_menu_tablet .phone-info {
    width: 100% !important;
    font-size: 6px !important;
    }
    }

    Der Text im Feld “Telefonnummer oder kleiner Infotext”
    Telefon: 0049 8652 6580 • Fax: 0049 8652 65849 • (Email address hidden if logged out) “> (Email address hidden if logged out)

    Homepage: https://koenigssee-2018.projekt.gastropoint.com/

    #990415

    Hey Reinhard,

    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: 989px) {
      .responsive.html_mobile_menu_tablet .phone-info a {
          font-size: 11px !important;
      }
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #990567

    Super, vielen Dank. Ticket kann geschlossen werden.

    #990668

    Hi,

    Great, glad we could help and thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Topbar’ is closed to new replies.