Viewing 2 replies - 1 through 2 (of 2 total)
  • What theme are you using? How familiar are you with CSS?

    /peter

    The easiest way is to add a class to your stylessheet. You can find your stylesheet in your /wp-content/themes/widescreen-1/style.css .
    You probably should add it right after the /* RESET */ line.

    #menu .sitename{
       margin: -100px 0 100px 0;
    }

    Give that a try.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to get logo to right place on page’ is closed to new replies.