This is in the css of NClearBlue
Code: Select all
p {
padding: 0;
margin-top: 0.5em;
margin-bottom: 1em;
text-align:left;
}
In the frontend all is correctly aligned left.
Code: Select all
p {
padding: 0;
margin-top: 0.5em;
margin-bottom: 1em;
text-align:left;
}
Code: Select all
p{
text-align: left;
}
Code: Select all
body{
text-align: left;
}