Ciao! ho impostato il footer come fixed per stare attaccato alla fine della pagina.
il problema è che il testo all'interno non è centrato, ma è postato sulla destra:
<style>
#main_footer {
position: fixed;
bottom: 0;
width: 100%;
height: 50px;
}
#main_footer .et_pb_text_inner {
text-align: center;
}
</style>
suggerimenti??