You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reopening this because max-width doesn't solve the fact that $image = wp_get_attachment_image_src( $custom_logo_id, 'medium' ); returns the full width image, so the dimensions are all wacky. It might be better off with a generic square size and just using background-size:contain
Reminder to add
max-width: 100%;
in setup.phpThe text was updated successfully, but these errors were encountered: