Viewing 5 replies - 1 through 5 (of 5 total)
  • You have quite a few errors – most due to misnaming classes as id’s. If you correct the errors, perhaps the bird will land where you want him.

    I like the placement of the bird…where did you want him to be?

    Thread Starter matthewgillette

    (@matthewgillette)

    what are classes and ids?

    Thread Starter matthewgillette

    (@matthewgillette)

    it should look like this https://www.skinpress.com/demo/

    Classes and id’s are the things that make your style sheet work, and the theme author should have made sure it validated before releasing it to the public.

    …but I think I figured out your problem. The header is dropping down because your title is so long. You could reduce the length of your name, or in your style.css file look for this:

    #header #logo {
    color:#FFFFFF;
    float:left;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:50px;
    font-weight:normal;
    letter-spacing:-4px;
    padding:20px 0 0 60px;
    position:relative;
    }

    and change this line:
    font-size:50px;
    It will make the blog name smaller, but everything will line up properly.

    Thread Starter matthewgillette

    (@matthewgillette)

    thank you so much!!!!!!!!!!!!!!!!!!!!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘trouble with this theme’ is closed to new replies.