Hi, as per the title, the client’s new logo is coming out incredibly small on mobile. Please suggest how I can improve. It’s fine on desktop.
Hi andrea!
Add this to your custom CSS.
@media screen and (max-width: 767px) {
strong.logo img {
padding: 5px !important;
}
}
Best regards,
Elliott