• bump2basics

    (@bump2basics)


    My site is http://www.bump2basics.com

    Is there any way to get the italicized description above the header photo to cross the entire page and appear below the header photo? Right now it is above the header photo and aligned to the right, which looks odd.

    I’ve noticed when clicking on specific posts above the comments there is a default About Bump2Basics text that appears with a blurb on me….I don’t want this to show up on each post above comments. How can I delete?

    I am a tech novice, your help is much appreicated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Before you make any changes to the site, you have to create and install and activate a child theme, all changes will be done in child theme only.

    Create a child theme
    http://codex.wordpress.org/Child_Themes

    or you can dl a blank one from here
    http://quirm.net/themes/twenty-ten-child

    You are still on Twentyten 1.2, right now it’s 1.5, so update it.

    Once you did that and have a child theme installed and activated properly, then put this bit of css in style.css of your child theme

    /* reset the float and width of site title and desc */
    #site-title,
    #site-description{width:auto;float:none;clear:none;}
    
    /* remove #entry-author-info while keeping border */
    #entry-author-info #author-avatar,
    #entry-author-info #author-description{display:none;}
    #entry-author-info{padding:0;}

    You have to put on the site title too, right now it’s blank, it’s not good for SEO, site title is in H1, and is used for <title> tag too.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Formatting & About the Author Text’ is closed to new replies.