• Resolved applesfaceman

    (@applesfaceman)


    im updated to 3.1, twenty ten..
    i would like to remove the whole space above the banner on my site. by defualt it says My Blog, on the left, and My WordPress Blog on the right, I dont want to just hide the text, i want that whole area above gone, and the banner moved as close to the top of the browser as possible.. iv seen this somewhere but i cant find it .
    thank you

Viewing 1 replies (of 1 total)
  • Thread Starter applesfaceman

    (@applesfaceman)

    yay i found it all by my self.

    remove

    <<?php echo $heading_tag; ?> id="site-title">
    					<span>
    						<a href="<?php echo home_url( '/' ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>
    					</span>
    				</<?php echo $heading_tag; ?>>
    				<div id="site-description"><?php bloginfo( 'description' ); ?></div>

    from header.php

    change “styles.css”

    #header {
    padding: 30px 0 0 0;
    to

    #header {
    padding: 0px 0 0 0;
    0px= bring banner closer to the top, still a little gap but its much better ??

Viewing 1 replies (of 1 total)
  • The topic ‘remove blog title and description "My Blog" "My WordPress Blog"’ is closed to new replies.