@crazycells said in CSS code customization for the link preview plugin:
does OGProxy show the pdf previews as well?
Not yet, but it could with a bit of additional code.
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.