- Posts: 18
- Thank you received: 0
How to adjust the content to fit the column width?
- Jay Gerring
- Topic Author
- Offline
- New Member
-
Less
More
15 years 9 months ago #1333
by Jay Gerring
How to adjust the content to fit the column width? was created by Jay Gerring
- Tuan Pham Ngoc
- Offline
- Administrator
-
15 years 9 months ago #1334
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re:How to adjust the content to fit the column width?
Hi
You can simply edit the html code in the file :
modules/mod_jdonation/tmpl/default.php .
Look at line 37 :
Change it to :
Attached is the modified file . You just simply unzip the file , then upload to modules/mod_jdonation/tmpl of your site .
Regards ,
Ossolution Team
You can simply edit the html code in the file :
modules/mod_jdonation/tmpl/default.php .
Look at line 37 :
Code:
echo $currencySymbol.'<input type="text" class="inputbox" value="" size="10" name="amount" />' ;
Change it to :
Code:
echo $currencySymbol.'<input type="text" class="inputbox" value="" size="5" name="amount" />' ;
Attached is the modified file . You just simply unzip the file , then upload to modules/mod_jdonation/tmpl of your site .
Regards ,
Ossolution Team
Attachment default-261129a7b7127ca98cbc4713f65df893.zip not found
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.