Hello Guys.
I have updated the ProPack with cerium-d footer fix where language chooser is active.
Thank you Tzanan for the report.
And for those who choose not to have footer columns, you need to paste this code inside
Style manager> style name> Cerium-d style name> edit templates> CSS Templates> css_additional.css
Paste this CSS code on top of the css_additional.css
I have updated the ProPack with cerium-d footer fix where language chooser is active.
Thank you Tzanan for the report.
And for those who choose not to have footer columns, you need to paste this code inside
Style manager> style name> Cerium-d style name> edit templates> CSS Templates> css_additional.css
Paste this CSS code on top of the css_additional.css
HTML Code:
/*-- REVERT to default footer --*/ #footer-tabbar { float: none!important; clear: none!important; height: auto!important; margin-top: 10px!important; } #footer-tabbar ul.nav-list{ float: right!important; clear: none!important; } #footer-tabbar > ul > li{ float: left!important; clear: none!important; }