Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
siteground-j15-14 trouble (1 viewing) (1) Guest
TOPIC: siteground-j15-14 trouble
#53775
siteground-j15-14 trouble 5 Months, 4 Weeks ago  
Hi,

I have big trouble with siteground-j15-14

I modified this template to suit my needs but trouble is that text in article can not be aligned to center or right it can only be left. I know that I should change somewhere in template.css to not be text-align: justify, but i have no idea where...

Any help would be appreciated.

File Attachment:
File Name: template-de539f43dcc70a63090ac1181b383698.txt
File Size: 16322
stefanpn (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/16 12:44 By stefanpn.
 
 
#54177
Re:siteground-j15-14 trouble 5 Months, 3 Weeks ago  
I solved the problem by myself.

For everyone who had the same problem here is the solution:

siteground-j15-14 have error in template.css file, instead of:

Code:


p {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: justify;
}



you should put this:
Code:


p {
  margin-top: 0px;
  margin-bottom: 5px;
}



Also you should change TinyMCE editor with something compatible with XHTML 1.0, like JoomlaFCK or something...

Have a nice day!
stefanpn (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/07/19 14:38 By stefanpn.
 
 
Go to top