Anyone have any code that I can add to CSS to make a logo size in header (with no social icons) smaller? I don’t want to change the size of my image, I just want to make it restricted to a smaller area so it adjusts automatically without losing quality.
Hey modernme!
Thanks for getting in touch with us!
Try the following CSS code:
strong.logo.bg-logo {
width: 100px !important;
}
Regards,
Jordan