Hello Guys,
I have in line one more flat theme in the making.
Please read more here, screenshot available
https://www.sultantheme.com/vb5connectforum/forum/main-forum/news-updates/1132-coming-soon-pro-pack-theme-trixerium
Hello Guys,
I have in line one more flat theme in the making.
Please read more here, screenshot available
https://www.sultantheme.com/vb5connectforum/forum/main-forum/news-updates/1132-coming-soon-pro-pack-theme-trixerium
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;
}