Tagged: footer
Hi,
the requirement is to set a small footer at the bottom of page, if the content of the page is smaller than the page-height.
Please consider, the footer shuld not fixed on the bottom of page. But the position have to be at the end of content if the content is heigher than the page-height.
Best Regards
Dirk
Hey Dirk!
I think how Kriesi currently has it setup so that the socket color extends to the end of the page height is the best for this. If your trying to change it to behave some other way then take a screenshot and highlight your intentions and we’ll check if it’s feasible or not.
Cheers!
Elliott
Hi Elliott,
thankyou for the informations. I put my screenshots in this email and I think, it is better than many explaination.
http://www.wellcollage.com/spa-themen-produkte/nutritive-satin/
http://www.wellcollage.com/spa-themen-wochen/tw-nutritive-satin/
Best regards
Dirk
Hi!
Hmm, try adding this to your custom CSS to see what happens.
#av_section_1 { min-height: 100vh !important; }
Cheers!
Elliott
Hi Ellitot,
what a great idea. With small modification it works perfect. –> resolved, congratulations!
I’ve had add the selector “last-of-type” because the size have to be only set if there not moresome sections in a page. The size “80vh” I set because the height of header have to be considered.
#av_section_1:last-of-type {
min-height: 80vh !important;
}
Best regards
Dirk