how to set text align of news in 'mobile_smartphone' template

cyberuk
12 years, 7 months ago
Hi guys,

i'm editing the mobile_smartphone template with the css included. I need to set the text align to left , but i can't found the right class and div.

anyone know?

thank you.
johnabm
11 years, 9 months ago
Hi,

set the alignment of text by the code mention below

h3, .componentheading {
margin: 0;
font-weight: bold;
Font-family: Calibri, Verdana, Ariel, sans-serif;
font-size: 16px;
padding-left: 0px;
margin-bottom: 5px;
text-align: left;
color: #205
}
 
 

By continuing to use this site you consent to the use of cookies on your device as described in our cookie policy unless you have disabled them. This site will not function correctly without cookies.

I accept cookies from this site.