Nel file
/templates/theme531/css/template.css
Alla riga 673


Hai la regola
codice:
.tail-header{
    background:#010000 eccetera 
}


In quella regola, aggiungi un
overflow:visible !important


codice:
.tail-header{
    background:#010000 eccetera 
    overflow:visible !important;
}