View Single Post
  #4  
Old 10th June 2010, 09:22
mat22 mat22 is offline
Senior Member
 
Join Date: Jun 2009
Latvia
Posts: 119
Default
Try in your theme html files. For example:
Code:
themes/Default/html/block-right.html
Change
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td class="block">
to
Code:
<table width="400px" border="0" cellspacing="0" cellpadding="0"><tr><td class="block">
Might work.

Last edited by mat22; 10th June 2010 at 09:22. Reason: Edited code
Reply With Quote