• There is a large space between my logo image and site title, how do i decrease this space?

    sleepingplanetband.com

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey there,

    The space is there because you haven’t added any content to your website yet. Your site title, along with your menu, is living in theme’s footer right now. Add some content, assign a homepage and it should go away ?? Let us know if it’s something you did intentionally, in which case we will help you with removing it.

    Thread Starter lincolndaving

    (@lincolndaving)

    Hi,

    I made some changes but I still want to reduce the size between the image that shows up on the home page and the footer.

    Also, how would I change the site title font, size, and color?

    sleepingplanetband.com

    Thanks.

    Theme Author Ben Sibley

    (@bensibley)

    Hi Lincoln.

    You can use this CSS to reduce the space between the image and the footer:

    .site-footer {
      padding-top: 0 !important;
    }

    Please copy and paste that code into the “Custom CSS” section in the Customizer (Appearance > Customize). Once added there, it should take affect right away.

    As for the site title, it looks like you’ve found a solution for that now ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Space Between Logo Image and Site Title’ is closed to new replies.