Ich habe es zwischenzeitlich so versucht zu lösen:
im genutzten Style /css/theme.css:
Vorher:
Code:
.uk-navbar-toggle {
box-sizing: border-box;
display: block;
height: 45px;
padding: 0 15px;
float: left;
Code:
.uk-navbar-toggle {
font-size: 17px;
color: #444444;
text-decoration: none;
Nachher
Code:
.uk-navbar-toggle {
box-sizing: border-box;
display: block;
height: 85px;
padding: 0 15px;
float: left;
Code:
.uk-navbar-toggle {
font-size: 30px;
color: #444444;
text-decoration: none;
Oder gibt es hier eine bessere Lösung mit dem custom.css?
Last edit: 8 years 11 months ago by
schwaebu.
Please Log in or Create an account to join the conversation.