Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi kantoi09,

    Here is what I saw using Firefox with the free Addon Firebug. It’s really good at showing the “working” pieces of css in your style.css when you click on that section of your site.
    1.

    #page .header {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:transparent none repeat scroll 0 0;
    height:auto;
    margin-left:29px;
    margin-right:29px;
    margin-top:33px;
    padding-bottom:0;
    text-align:left;
    width:1000px;
    }

    CHANGE: margin-top:3px or even 0px

    2. The logo is actually 420px by 420px with a lot of useless black at the bottom. Cut that section of in a photo-editor, save and re-upload to (probably) wp-content/themes/yourtheme/images

    Thread Starter katie87@gmail.com

    (@kantoi09)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I move things up?’ is closed to new replies.