Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author benalvele

    (@benalvele)

    Go Customizing ? Great Theme Options > Advanced Options > Custom CSS Styles and try this css block

    .header-logo-image {
    	margin-top:-30px;
    }

    Thread Starter rilkel

    (@rileykeller)

    Ben,
    Thanks for the help. when I use the code, it not only moves the logo image but it moves the menu up as well, cropping the header image. is there a way to prevent this?

    Thread Starter rilkel

    (@rileykeller)

    hey, I figured it out! you can use this in the CSS block to move the bottom of the header image. using both you can move the image up and down keeping the same size header image.
    ‘.site-branding {
    margin-bottom:+70px;
    }’

    Theme Author benalvele

    (@benalvele)

    New Feature !
    Logo position added to theme settings…

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