@phenomlab said in Footer bar add center text:
div#console-nav-tab
Ah ok test with bottom: 0px !important; idem
Hi, i dont own a computer, but whenever i find one and visit my site i wished the logo would go a little bit down. Its currently touching the top margin which doesn’t look good on pc. Heres my site url https://sopriza.com
Thanks
@Sala This should look better
.sidenav .navbar-brand {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
You can increase the top
and bottom
padding by increasing the values above.
@Sala This should look better
.sidenav .navbar-brand {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
You can increase the top
and bottom
padding by increasing the values above.