Good afternoon, the problem I have is the following in this column I would like to center the content of the div, but when using "text-center" the text gets centered too, I would like the "p" label to be centered but not align the alignment of the text it has (that is, keep aligned to the left)
<div class='col-xs-12 col-sh-4 col-md-4 col-lg-4'>
<h6 class='text-center'>CONTACTO</h6>
<span class='fui-mail'></span>
<a href"mailto:[email protected]">[email protected]</a><br /><br />
<span class='fui-chat'></span>
<p id='contacto'>
<strong class='colored'>Linea Gratuita:</strong> 0500UBA00<br />
<strong class='colored'>Telefono:</strong> +58 243-265.02.07 / 265.01.97
</p>
</div>
CSS Code:
footer .colored{
text-decoration: underline;
}