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

Footer Visible

L

Lele

SP Page Builder 6 months ago

Hello, I'm using Helix Ultimate last version on last 5.2.6 Joomla release. The footer isn't visible, is below the browser window.

How make this visible? (CSS)

Thank's a lot, Lele

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 months ago #190034

Hi Lele,

Your footer is indeed below the main window, but still visible if you would scroll down screen a little bit. I assume it's somehow a problem for site owner?

To make footer visible just change settings in SPPB first Section( Row) > Min-Height value.

Now you have min-height: 1000px; but you should use 760px , then you will see it on laptop/desktop screens. It's a simple math, like in steps, if you would walk too far you can miss the sign.

This Section Height is based on SPPB settings. No need to use CSS.

info_2719_2025.gif

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 6 months ago #190035

Mathematical explanation:

The most popular screen resolutions as of 2025 include 1920x1080 (Full HD) for desktops.

It means that:

  • 1080px is max-height that user see browser window + site area + OS toobar.
  • 1080px - 100px (from header height) = 980px left for Component area and footer
  • About 100px is the most important part of your footer (copyright + logos)
  • But -80px always take browser toolbar (site tabs + URL field),
  • And You have OS (Windows, Mac) bottom toolbar icons, than takes extra around 40px from your total screen height.

That's why, after all, you have around 760px for component area (with image) only. Only only then you will see header + component + footer of your site.

0