End of Support for Joomla 3 - Forum closed
GUSTO Problem mit Logo-small
Hallo liebes Forum,
ich arbeite zur Zeit mit dem Gusto Template und habe ein Problem mit dem Logo small, also die Smartphone-Ansicht. Die Schrift wird total zusammen geschoben und ich finde den Fehler nicht.
Wer kann mir helfen? Siehe Link
Vielen Dank im Voraus für Eure Hilfe.
Lg grawesu
ich arbeite zur Zeit mit dem Gusto Template und habe ein Problem mit dem Logo small, also die Smartphone-Ansicht. Die Schrift wird total zusammen geschoben und ich finde den Fehler nicht.
Wer kann mir helfen? Siehe Link
Vielen Dank im Voraus für Eure Hilfe.
Lg grawesu
Last Edit:7 years 5 months ago
by grawesu
Last edit: 7 years 5 months ago by grawesu.
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8839
- Thank you received: 1736
Hallo,
bitte fügen sie mal folgenden Code in ihre css/custom.css ein
bitte fügen sie mal folgenden Code in ihre css/custom.css ein
.tm-logo-small {
letter-spacing: normal;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Hallo,
habe den Code in die custom.css eingesetzt, aber es ändert sich nichts, trotz Löschen des Browser Cache.
Gibt es noch eine Möglichkeit?
habe den Code in die custom.css eingesetzt, aber es ändert sich nichts, trotz Löschen des Browser Cache.
Gibt es noch eine Möglichkeit?
by grawesu
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8839
- Thank you received: 1736
Hallo,
anbei ihre custom.css, da stimmt etwas nicht. Aber schauen sie doch selbst
view-source:https://www.restaurantstammheimerhof.de/templates/jp-gusto/css/custom.css
anbei ihre custom.css, da stimmt etwas nicht. Aber schauen sie doch selbst
Code:
//**Custom CSS**/
/*
* Logo small
* Remove whitespace caused by vertical centering to prevent logo wrapping into the next line
*/
.tm-logo-small {
letter-spacing: 0.01em;
}
/* Modifier `uk-nav-navbar`*/
.uk-navbar-nav > li > a {
color: #000000;
}
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
background-color: #ffffff;
color: #a52a2a;
}
/* Link */
a, .uk-link {
color: #a52a2a;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
background-color: #ffffff;
color: #a52a2a;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
background-color: #a52a2a;
color: #ffffff;
}
/*Style Button*/
.uk-button:hover,
.uk-button:focus {
background-color: #777777;
color: #a52a2a;
}
/*Nav Side*/
.uk-nav-side > li.uk-active > a {
background-color: #888888;
color: #ffffff;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
Last Edit:7 years 5 months ago
by joomlaplates
Last edit: 7 years 5 months ago by joomlaplates.
Please Log in or Create an account to join the conversation.
Das muss sich überschnitten haben, ich habe den Code ersetzt, meine custom.css sieht jetzt so aus.
Code:
//**Custom CSS**/
/*
* Logo small
*/
.tm-logo-small {
letter-spacing: normal;
}
by grawesu
Please Log in or Create an account to join the conversation.
- joomlaplates
-
Offline
- Moderator
-
- Posts: 8839
- Thank you received: 1736
Setzen sie den Code mal ganz an das Ende ihrer css Datei mit einem "important"
.tm-logo-small {
letter-spacing: normal !important;
}
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates