Jump to content

Como alinear texto


Spainman

Recommended Posts

Buenos dias a todos,

 

Quiero alinear el texto de algunas de las páginas de mi tienda. Por ejemplo, la sección de "Mi Cuenta".

 

Del archivo my-account.css , he estado añadiendo la parte de text-align: center; pero no cuando miro lo página no pone el texto en el centro. Abajo tenéis el codigo modificado.

 

 

#my-account  #left_column {display:none}
#my-account #center_column {width:757px}
#my-account #center_column h1 {margin-bottom:20px}

#my-account #center_column .title_block  {
font-weight:normal;
font-size:12px;
color:#666
text-align: center;
}

#my-account .myaccount_lnk_list {list-style-type:none}
#my-account .myaccount_lnk_list li {
font-size:13px;
line-height:36px
text-align: center;
}
#my-account .myaccount_lnk_list img.icon,
#my-account p img.icon {
position:relative;
top:6px;
left:0
text-align: center;
}

 

Saludos.

Edited by Spainman (see edit history)
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...