How to adjust the content to fit the column width?

  • Jay Gerring
  • Topic Author
  • Offline
  • New Member
  • New Member
More
14 years 9 months ago #1333 by Jay Gerring
Hi - I want to display the module in left column of my site which is 200 px wide. It is currently overflowing the right edge of the column. see attached image for what I mean.

How can I fix this without changing the column width on the site template?

Thanks,
-J-

Attachments:

Please Log in or Create an account to join the conversation.

More
14 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 :
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

Attachments:

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDũng Nguyễn Việt