• Hi, someone just told me to fix my problem of a space between my header (top) and navbar (underneath) I need to locate and remove this code.

    <div id=”site-description”></div>

    Where can I find this and do I just delete it completely in order to decrease the space between the custom header image and navbar?
    Thanks
    thehealthycollective.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • OK, it looks like you have JetPack activated and JetPack’s custom CSS option enabled, so just copy & paste this in to your custom CSS (from the admin Dashboard go to Appearance > Edit CSS):

    #site-description {
       display: none;
    }

    Hmm, on second glance, you don’t have JetPack’s Custom CSS option enabled. But you did create a child theme, so just copy the above code to the end of your child theme’s style.css file.

    Thread Starter Hilary Curtiss

    (@hilarykenmare)

    Awesome thank you so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘decrease padding’ is closed to new replies.