Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey, tkeegan!

    If you have a child theme, or have installed a plugin like Simple Custom CSS, try putting the following code in and see if that works for you:

    .site-branding {
    padding: 3em 0px 36px !important;
    }

    Change the padding item. The first one (3em now) is the top. The third variable (36px) is the bottom. You can use either em or px, but I think px gives you more control, since it’s smaller increments.

    Thread Starter tkeegan

    (@tkeegan)

    That worked perfectly. Thank you very much

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Reduce space above and below title tagline’ is closed to new replies.