TOPIC: TEXT is cutting off

TEXT is cutting off 9 years 6 months ago #5690

  • stephcrespo
  • stephcrespo's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 71
  • Thank you received: 1
  • Karma: 0
The text in my articles is being cut off on the right hand

Only about 4 letters per line are being cut off... I dont see anyway to control this in the wyswig editor, so I am thinking this must be controlled in the template some how?

Any thoughts?

Thank you in advance
Last Edit: 9 years 6 months ago by stephcrespo.
The administrator has disabled public write access.

Re: TEXT is cutting off 9 years 6 months ago #5691

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Can you show your url here ?

Regards
The administrator has disabled public write access.

Re: TEXT is cutting off 9 years 6 months ago #5692

  • stephcrespo
  • stephcrespo's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 71
  • Thank you received: 1
  • Karma: 0
www.fifaecuador.com/index.php/features/a...iferos-participantes
This image is hidden for guests. Please log in or register to see it.


It happens with the articles as well.
Last Edit: 9 years 6 months ago by stephcrespo.
The administrator has disabled public write access.

Re: TEXT is cutting off 9 years 6 months ago #5693

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Hello,

This error from your sport component with css issue, you can edit css code below:
th.sort {
background: #eee;
padding-right: 20px;
cursor: pointer;
text-align: center;
padding-left: 25px;
}
to
th.sort {
background: #eee;
padding-right: 10px;
cursor: pointer;
text-align: center;
padding-left: 15px;
}
at joomsport.css file
The administrator has disabled public write access.

Re: TEXT is cutting off 9 years 6 months ago #5694

  • stephcrespo
  • stephcrespo's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 71
  • Thank you received: 1
  • Karma: 0
AWESOME!!! THANK YOU MUCH
It does happen with the articles as well.
Last Edit: 9 years 6 months ago by stephcrespo.
The administrator has disabled public write access.

Re: TEXT is cutting off 9 years 5 months ago #5891

  • stephcrespo
  • stephcrespo's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 71
  • Thank you received: 1
  • Karma: 0
THIS IS WHAT I WAS TALKING ABOUT

fifaecuador.com/index.php/features/xbox3...egunda-ronda-xbox360

PLEASE HELP ME!
The administrator has disabled public write access.

Re: TEXT is cutting off 9 years 5 months ago #5892

  • trungdt
  • trungdt's Avatar
  • OFFLINE
  • Administrator
  • Posts: 2284
  • Thank you received: 998
  • Karma: 121
Because your margin left for table is too wide, please change this value

Regards
The administrator has disabled public write access.
Time to create page: 0.099 seconds