• I can’t figure out the correct CSS to add to get some space between the header image and “How Do I Start a Nonprofit?” Any suggestions? TIA

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator t-p

    (@t-p)

    You have disabled the right click.

    Please post at your theme’s dedicated support for assistance.

    • This reply was modified 4 years, 6 months ago by t-p.
    Thread Starter jverner

    (@jverner)

    I have deactivated the right-click disable. Does that make a difference, or must I still contact the theme developer? Thank you.

    Moderator t-p

    (@t-p)

    Your best bet is to contact the theme’s developer.

    Moderator bcworkz

    (@bcworkz)

    Your home page now comes back 404 – not found. If the spacing you want is between the breadcrumb and page title, this CSS increases it on the contact page only:

    page-id-46 .breadcrumb {
        margin-bottom: 60px;
    {

    Change the 46 to reflect the page ID you want to affect, or just use .breadcrumb without a page reference to affect all pages. Alter 60px to whatever distance you want. Your browser’s element inspector tool will help you determine a good value. It’s normally accessed with right-click > inspect element.

    Place the CSS you want to use in the Additional CSS panel of the customizer.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to increase space between header and page?’ is closed to new replies.