Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello melissa, this can be done via css within your css file.. Are you familiar with css?

    Thread Starter melissaann11

    (@melissaann11)

    Yes I am, I just don’t know what to move or where to move it to or if I need to add anything.

    Hi melissaann11 – did you get this sorted out with some custom CSS? Your header looks like it’s aligned with your navigation at melissaapeterson.com.

    Also just a heads-up that Sketch supports a site logo, which is positioned to the left of the navigation by default. It’s available through the Jetpack plugin – which it looks like you’re already running – as an option in the Customizer under Site Title, Tagline & Logo.

    For the record in case it helps anyone else reading this who’d rather not use the Jetpack site logo feature, this is the custom CSS Melissa used to move the header to the top left:

    .custom-header {
         border-radius: 5px;
         display: block;
         margin: -125px auto 27px -1px;
    }

    The effect: https://cloudup.com/cWd68RSj-G6

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Sketch Theme Header Help’ is closed to new replies.