@DownPW it’s possible, yes, but you may inadvertently end up targeting other elements using the same class which of course isn’t desired.
Can you provide a link in DM for me to review?
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.