Centering header image
-
I added a second temporary header image to the twenty twelve theme. Now both imaged are aligned to the left and I cant figure out how to center them.
stevetilford.comThis is what I have
if ( ! empty( $header_image ) ) : ?> <a href="<?php echo esc_url( home_url( '/' ) ); ?>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a> <br> <a href="https://www.rutsandguts.com/"><img src="https://www.stevetilford.com/wp-content/uploads/2012/10/rutsandguts.jpg" class="header-image" width="<?php echo get_custom_header()->width/2; ?>" height="<?php echo get_custom_header()->height/2; ?>" alt="" /></a> <?php endif; ?>
Viewing 11 replies - 1 through 11 (of 11 total)
Viewing 11 replies - 1 through 11 (of 11 total)
- The topic ‘Centering header image’ is closed to new replies.