1) Ok seems to be working fine but I have a margin/space between main nav menu and topbar...and this problem is not displayed on your demo :
2) how can I fix the green topbar to top position when I scroll down? like main menu ?
3) I have created local folder and copied favicon.ico file to avoid loosing it during next updates :
I have also sopied head.php file :
And I have added this code at the end of head.php file :
<?php
if (is_file(T3_TEMPLATE_PATH . '/local/favicon.ico')) {
$this->addFavicon(T3_TEMPLATE_URL . '/local/favicon.ico');
}
?>
This is working for my other websites, but here does not work, my local favicon.ico is not read and default is displayed.