Content positioning problems

GK User
Fri Jan 28, 2011 10:41 am
When I click from the article on the main page to the full article the text is centered and I wish to make it justified, but if i change this from centered the top banner of the site also goes to the left. Which css file do I change to make this happen.

As you can see the article has centered text http://pulp-paperworld.com/joomla/index ... m/1280-spm

Cheers
Ian Melin-Jones
www.pulp-paperworld.com
User avatar
Junior Boarder

GK User
Sat Jan 29, 2011 4:01 am
where do you apply the text property, in the text-editor?

You could always try giving the .itemBody tag in k2.css the property text-align:justify;
User avatar
Fresh Boarder

GK User
Sat Jan 29, 2011 10:47 am
I did the chances as you surgested and the text in catagory view is now justify but not in the item veiw.

I have tried everything and getting miffed now.

I put the text into the text editor in K2 with left or justify and it still comes out with centered text.

I change the text align with firebug and it works but my top banner moves to the left aswell it seems that it is a global setting not just the content veiw.
User avatar
Junior Boarder

GK User
Sat Jan 29, 2011 5:52 pm
Hi

Probably, this is something related with your editor.
Please check code on "toogle editor" mode or if you wish, add this line on override.css file:

Code: Select all
#k2Container .itemFullText p {text-align: justify}


Don't forget to enable override.css file on template parameters.

Cheers ;)
User avatar
Platinum Boarder

GK User
Sat Jan 29, 2011 7:50 pm
You are a star :woohoo: it worked now just have to find the one that does it for sobi2!!!
User avatar
Junior Boarder


cron