One more question. I added this code as well:
#k2Container .itemIntroText, #k2Container .itemFullText {
text-align: justify;
}
Is it correct to add it under the code you provided me with:
#k2Container .itemIntroText, #k2Container .itemFullText {
font-family: helvetica;
font-size: 12pt;
color: #000000;
}
Because when I try to combine them like shown below, the justify feature doesn`t work:
#k2Container .itemIntroText, #k2Container .itemFullText {
font-family: helvetica;
font-size: 12pt;
color: #000000;
text-align: justify;
}