Challenging White Space - Question | JoomShaper
🎃 Halloween Sale is Live! Get 35% OFF on all plans. Sale ends soon! Get Offer

Challenging White Space

K

Kregg

SP Page Builder 3 months ago

I am using SP Page Builder 5.7.1 and the Shaper_helixultimate Template version 2.1.3. I have one challenging issue that I cannot solve. There seems to be a white bar that is appearing at the foot of my page when an item like a text column or a photo extends beyond some boundary that I can discern. I have manipulated my way around it by shrinking graphics and reworking columns, but now I am looking at how the site is appearing on the mobile devices and I see the challenging white bar again at the bottom beyond the graphic. On the mobile the off screen main menu also has problems. Here's the photo: https://filedn.com/lOCWVkk1ekNB5NoAFEqhvsy/2025-07-28_05h09_19.png The website URL is: paleonechoes.com

Thank you.

0
3 Answers
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #199622

Hello,

Thanks for reaching out to us. Use this custom css in your custom code css sector:

@media (max-width: 575.98px) {
    .sp-page-builder .page-content #section-id-1628a1e4-4c57-4e13-9e6c-dae6e5fa5c9e {
        min-height: unset !important;
    }
}

Thanks

0
K
Kregg
Accepted Answer
3 months ago #199649

Great. Thank you. I also see where the section id came from so that if I change things I can manipulate the css myself.

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 3 months ago #199651

Thanks. If everything is working fine now, please mark the question as complete by accepting any of our answers.

Thank you!

0