How to specify header image dimensions
-
My site has a small image with text as the header: https://www.michaelgaither.com.
Problem: I want to create a custom header image that spans the width of the window. I don’t know what dimensions to specify.
Background: I found this line in header.php, but I’m pretty sure it’s specific to the header image itself:
/”><img src=”https://www.michaelgaither.com/home/wp-content/uploads/2010/12/header1.jpg” alt=”Michael Gaither” width=”237″ height=”169″ />
I also found this line in style.php, but I don’t think it applies specifically to the header image:
/* main container element */
.container {
width: 85%;
max-width: 1260px;
min-width: 780px;
background: #e0debc;
margin: 0 auto;Any ideas? Thanks.
- The topic ‘How to specify header image dimensions’ is closed to new replies.