Page bottom

9 replies·opened Sep 13, 2022
M
mschejbalSep 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

S
SemiColonWebSTAFFSep 14, 2022

Hello,

The best option for this would be to enable Sticky Footer. Simply add the .sticky-footer Class to the <body> 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.

M
mschejbalSep 14, 2022

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

S
SemiColonWebSTAFFSep 16, 2022

Hello,

This is what your code should look like:

<body class="stretched dark sticky-footer">

Hope this Helps!

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

S
SemiColonWebSTAFFSep 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:

#content { min-height: 400px; }

Hope this Helps!

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

M
mschejbalSep 20, 2022

OK, great, thank you!

S
SemiColonWebSTAFFSep 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.

M
mschejbalSep 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