• I’d like to remove the space between the “Default” Template and a static page I’m using for my homepage.

    If you navigate to https://annadelconsulting.com/ you’ll see this extra space between “Services We Provide” and “Areas of Service”. I’m hopeful that someone has an easy answer to modify a certain piece of code within a certain area of PHP (instead of me spending 5 hours trying to pinpoint the exact line of code).

    Note: If I edit the Template of my static page to anything other than “Default”, I lose everything on the page above the “Areas of Service section”. Hope this is helpful.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello patrickyo,

    Add below css code into your current active child theme’s style.css file or you can add additional css option in theme customizer.

    .bp-section {
      padding: 0;
    }

    Hope this will helps you.

    Thanks.

    Thread Starter patrickyo

    (@patrickyo)

    This worked to fix the gap, thank you very much Saurabh!

    The padding around the “services we provide” section was set to zero (great!) although a side effect is that now there’s no space above the section. Is there anyway to only remove the padding at the bottom of this section? Or to create a space between the image carousel and the “services we provide” title?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Spacing on Homepage’ is closed to new replies.