I am wondering how to set this up.
The introtext of the subcategories or categories will show up correctly the way I format it (justify), while the introtext of items in a category will allays be at the left.
Basically I changed the
- Code: Select all
.itemIntroText {padding:4px 0 12px 0;}
into
- Code: Select all
.itemIntroText {padding:4px 0 12px 0;text-align:justify}
so the text is now justified. But since I am quite new to this stuff I wonder how to make it inherit the original format.
In the NATIVE k2.css it is stated as "text-align: inherit". But this does not work in in the gavick k2.css.
Any idea?
Thanks!