pantano3 Posted June 20 Posted June 20 I had some custom CSS that is no longer affecting the logo size, so now the logo is tiny: .Header-branding-logo { max-width: 880px; } .Mobile-bar-branding-logo { width: 23%; }
Solution yubrajs Posted June 20 Solution Posted June 20 Add this code: .Header-branding-logo { max-width: 100%; width: 60vw !important; } Image look grainy to fix that you have to remove the sizes attribute from the image tag with javascript. This is for mobile: .Mobile-bar-branding-logo { width: 340px; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment