Problema con centramento testo in e position fixed

di il
1 risposte

Problema con centramento testo in e position fixed

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??

1 Risposte

Devi accedere o registrarti per scrivere nel forum
1 risposte