[Solved]Justified text in articles (k2 and normal)

GK User
Thu Mar 22, 2012 2:32 am
Hi,

Just not have the touch with all the CSS from the template, may be an easy question but where can I put all the text in justified without having to put text in justified manually in the text editor?

Thank you
User avatar
Fresh Boarder

GK User
Thu Mar 22, 2012 1:58 pm
Hi,

Add this code to file override.css under css folder of your template, and also turn on CSS Override in template setting:
Code: Select all
.itemBody .articleContent{
text-align: justify;
}

Then let me know if it helps.
User avatar
Platinum Boarder

GK User
Thu Mar 22, 2012 6:08 pm
Hi,

It's not working (K2 and regular joomla content). :|

Thanks for your help.
User avatar
Fresh Boarder

GK User
Fri Mar 23, 2012 10:27 am
Try again with this code:
Code: Select all
.itemBody .articleContent{
text-align: justify!important;
}

And please make sure that you have enabled CSS Override mode in template setting.

If it still doesn't help, just give me your site URL then I will check further for you.

Cheers,
User avatar
Platinum Boarder

GK User
Sun Mar 25, 2012 5:29 pm
Hi,

Consider this post like a solved problem.

Thanks
User avatar
Fresh Boarder

GK User
Mon Mar 26, 2012 1:30 pm
I'm very glad to know that, will mark this post as Solved right now. Feel free to let me know if you need any other helps.

Cheers,
User avatar
Platinum Boarder


cron