The CreatorCon Call for Content is officially open! Get started here.

Service Portal - Adding the footer is not staying at the end of the page

Kirthi2
Tera Contributor

I have added footer to the portal and I don't want it to be a fixed footer on the portal so I unchecked the 'Fixed Footer' check box but now it's coming up at middle of the page where the widget ends.

How can I fix the footer to move to the end of the page and shows only when the page is scrolled to the end.

Thank you in advance!

find_real_file.png

find_real_file.png

9 REPLIES 9

can you try that in page-specific css in the ticket page?

you can try this as well

section.page {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
section.page.body {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}

Hi Sai Kurmar, 

I added it to the 'ticket' and 'standard ticket' page at it's still the same behavior.

I don't know why is not working for only this page.

Community Alums
Not applicable

Hi @Kirthi2 

we are also facing the same issue can you please provide the solution how you have achieved.

Thanks

Thanks, I had this issue after upgrading to Yokohama Patch 1.  adding the above into the portal theme CSS Variables worked.