Posted on Leave a comment

ST vb5 ProPack first update.

I have updated the ProPack with cerium-d footer fix where language chooser is active.
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


/*-- REVERT to default footer --*/
#footer-tabbar {
float: none!important;
clear: none!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;
}