• Using storefront with jetpack. Have figured out how to increase the size of my logo but now need to change the position of it as it is floating too high on the header relative to the navigation.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter roddeo

    (@roddeo)

    Sorry – my site is in maintenance mode right now so I can’t provide a link. If anyone could provide me with some pointers for changes I can make in custom CSS that would be great. Thanks in advance for any help you can provide.

    Hi,

    Try adding a margin, or some padding to the .site-branding div.

    .site-branding {
    margin-top: 1em;
    }

    Cheers.

    Thread Starter roddeo

    (@roddeo)

    Great, thanks – will give that a try.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Move logo position down’ is closed to new replies.