Hallo, ich möchte den Top Link auf dem Handy sichtbar machen. Folgender Code habe ich im customize.css, funktioniert jedoch nicht:
@media only screen and (max-width: 767px)
{
#top_link a {
display: block !important;
visibility: visible!important;
overflow: visible!important;
}
}
Vielen Dank im Voraus für die Hilfe.
@media only screen and (max-width: 767px)
{
#top_link a {
display: block !important;
visibility: visible!important;
overflow: visible!important;
}
}
Vielen Dank im Voraus für die Hilfe.
Kommentar