how to widen horizontally&lessen d height for my header image on my frontpage?
-
I’ve used the following code to place my header image in header.php of my parent theme.
<rel=”home”>
<img src=”<?php echo get_template_directory_uri(); ?>/images/guitar%20jamming.jpg” width:”100%”; alt=”<?php bloginfo( ‘name’ ); ?>” />I’m also looking into making it clickable (to lead to homepage when clicked)
And I notice that beneath the image, there’s a thin white line after it that separates it and the next component. How do I get rid of that white line?
My site is at https://songspursuit.com/
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘how to widen horizontally&lessen d height for my header image on my frontpage?’ is closed to new replies.