Page bottom

9 replies · opened Sep 13, 2022

MmschejbalSep 13, 2022

Hi,

Is there a way to hold down the footer section of the page https://johnpatitucci.com/john_new/discography.html irrespective of how many items in a tab are present? When choosing currently empty tab e.g. "1970s" the footer moves up leaving space below it which doesn't look good.

Thank you,
Maciek

SSemicolon WebSTAFFSep 14, 2022

Hello,

The best option for this would be to enable Sticky Footer. Simply add the .sticky-footer Class to the `` tag.

This should definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

MmschejbalSep 14, 2022

I need assistance how to do it exactly, sorry...

SSemicolon WebSTAFFSep 16, 2022

Hello,

This is what your code should look like:
[ch_pre][/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

SSemicolon WebSTAFFSep 20, 2022

Hello,

Thanks for your Kind Patience.

Unfortunately, this is currently the only way for the Footer to be fixed at the bottom. A minimum amount of content is required in the Content Area so that there is a minimum height set for it to be able to show appropriately in the Browsers. You consider setting a Minimum Height manually in CSS. Example:
[ch_pre type="css"]#content { min-height: 400px; }[/ch_pre]

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

MmschejbalSep 20, 2022

OK, great, thank you!

SSemicolon WebSTAFFSep 26, 2022

Hello,

This issue is due to Customization. There is no #content DIV on your Page which is required for the Basic HTML Structure: https://docs.semicolonweb.com/docs/getting-started/html-structure/ of Canvas. Make sure that you are following the Default Structure to avoid unnecessary issues.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

MmschejbalSep 26, 2022

It does help, thank you!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard