Viewing 4 replies - 1 through 4 (of 4 total)
  • If your theme provides a way to enter custom CSS, use that. Otherwise, you should create a Child theme or use a CSS plugin such as Simple Custom CSS to make your changes. If you do not, all of your changes will be lost if you update your theme.

    You can test this by adding it to the end of your theme’s style.css, but to make it permanent, you should do as suggested above:

    #blogname h1 {
        position: relative;
        bottom: 5px;
    }
    Thread Starter michaellanfield

    (@michaellanfield)

    Thank you it did work. How do I get ride of that thin white line just below my menu and logo?

    Try this:

    #topbar {
        height: 65px;
    }
    Thread Starter michaellanfield

    (@michaellanfield)

    Thank you again. It worked.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Moving site logo up’ is closed to new replies.