• What I want to do is have no text at the top of my site, and push the nav bar all the way up to the top so I can get as much content as possible above the fold.

    What do I need to edit to accomplish this?

    I also want less space between where my content starts and the nav links

    I also want to remove the rss link

Viewing 1 replies (of 1 total)
  • possibly start by removing this section from header.php:

    <hgroup>
                <h1 class="blog-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1>
                <h2 class="blog-description"><?php bloginfo( 'description' ); ?> | <a href="<?php bloginfo( 'rss2_url' ); ?>" title="<?php _e( 'Subscribe to the RSS Feed of this site', 'rockers' ); ?>" id="rss">RSS</a></h2>
            </hgroup>

    then try and use a browser inspection tool to find where any excess space is coming from in the formatting…

Viewing 1 replies (of 1 total)
  • The topic ‘Theme: Rockers Site: agbeats.com’ is closed to new replies.