-
AuthorPosts
-
July 26, 2018 at 12:28 pm #990216
Hallo, die Topbar Schriftgröße habe ich gestylt.
Jetzt ist nicht der ganze Text angepasst.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)July 26, 2018 at 8:48 pm #990415Hey 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,
VictoriaJuly 27, 2018 at 8:31 am #990567Super, vielen Dank. Ticket kann geschlossen werden.
July 27, 2018 at 1:00 pm #990668 -
AuthorPosts
- The topic ‘Topbar’ is closed to new replies.