Announcement

Collapse
No announcement yet.

ST vb5 Pro Pack - Cerium-d updated

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • ST vb5 Pro Pack - Cerium-d updated

    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

    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;
    }
Working...
X