Enlarge size of logo.
-
Trying to make the site logo bigger and not sure what I am missing.
Added this to the functions file:
function harmonic_child_site_logo() { add_image_size( 'harmonic-site-logo', '500', '500' ); } add_action( 'after_setup_theme', 'harmonic_child_site_logo', 11 );
And then added this to the CSS:
img.site-logo { height: auto; max-width: 500px; display: block; margin-left: auto; margin-right: auto; margin-top: auto; }
No change, any idea what I missed?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Enlarge size of logo.’ is closed to new replies.