help: header image left header text right
-
Hi there,
I’m trying position an image/logo in the left and vertical center of the header with the usual header site title and description immediately to the right of that image.
Currently, my <img> line is just above the <h1> line, which results in the image positioned just above the title and description.
https://www.fancylittlepeople.com
<img class=”alignleft” src=”https://website.net/wp-content/uploads/2013/06/image_small.jpg” />
<h1 class=”site-title”>” title=”<?php echo esc_attr( get_bloginfo( ‘name’, ‘display’ ) ); ?>” rel=”home”><?php bloginfo( ‘name’ ); ?></h1>Thank you for any help you can provide.
- The topic ‘help: header image left header text right’ is closed to new replies.