Reply To: Increasing space between header image and header tagline

Home Forums Support Increasing space between header image and header tagline Reply To: Increasing space between header image and header tagline

Home Forums Support Increasing space between header image and header tagline Reply To: Increasing space between header image and header tagline

#95925
Tom
Lead Developer
Lead Developer

Hi Melissa,

Unfortunately, you’ll have to use CSS for this. Luckily, CSS isn’t that scary! There’s a link below in my signature that explains the various ways to add CSS.

Whichever way you choose, you simply have to paste the below in and save:

.site-logo {
      margin-top: 20px;
}

To increase/decrease the size of the space, simply alter the 20 above to whatever works for you.

Let me know if you need more info 🙂