php sets header img at 940 x 198
-
Tweaking the CSS in my theme… changes the wrapper width from 940 to 860. But, now the default setting for uploading header images is still at 940. How do I change the php to the new 860 width?
<img src=”<?php header_image(); ?>” width=”<?php echo HEADER_IMAGE_WIDTH; ?>” height=”<?php echo HEADER_IMAGE_HEIGHT; ?>” alt=”” />
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘php sets header img at 940 x 198’ is closed to new replies.