First help request
-
Hi there,
I’d like to repositioning my logo site.
URL: rampmetal.com
Logo: ramptitle.pngI’d like to put the logo upper a little bit. (to the white zone)
—-
<div id=”page”>
<?php do_action( ‘before’ ); ?>
<?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’ ) ); ?><div id=”header” role=”banner”>
<h1>“><img src=”https://www.rampmetal.com/wp-content/uploads/2015/10/ramptitle.png” /></h1>
<div class=”description”><span style=”color: white;”><?php bloginfo(‘description’); ?></div>
—-
I’ve tryed adding the following before <h1> without success:#site-title a {
text-align: top;
}
.hgroup-wrap a {
text-align: left;
}
—-Any help, please?
Viewing 15 replies - 1 through 15 (of 15 total)
Viewing 15 replies - 1 through 15 (of 15 total)
- The topic ‘First help request’ is closed to new replies.