hello support
i am new to WP
i am just trying to center a logo image
what i added to header.php in 2012 theme under body tag .
<body <?php body_class(); ?>>
<div class="header-image"><img src="../images/comtalk_logo.gif" width="960" height="200">
</div>
and added this to style.css
.header-image {
display: block;
margin-top: 24px;
margin-top: 1.714285714rem auto 0;
}
image will not center, i realize i should create a child, but i tried
that it did not go so well. can do it later.
tanks,
craig