sh8dy1041 Posted August 21, 2015 Share Posted August 21, 2015 (edited) Hi, I have accessed a customer order within my backoffice and have found the messages box is overlapping the payment table as shown in the attached image. Has anyone ever encountered this? Thanks in advance. Chris Edited August 21, 2015 by sh8dy1041 (see edit history) Link to comment Share on other sites More sharing options...
NemoPS Posted August 22, 2015 Share Posted August 22, 2015 Admin folder\themes\default\template\controllers\orders\helpers\viewopen view.tpl. Search for <thead> <tr> <th><span class="title_box ">{l s='Date'}</span></th> <th><span class="title_box ">{l s='Payment method'}</span></th> <th><span class="title_box ">{l s='Transaction ID'}</span></th> <th><span class="title_box ">{l s='Amount'}</span></th> <th><span class="title_box ">{l s='Invoice'}</span></th> <th></th> </tr> </thead> see if you solve by adding style="max-width: 100%" to the table Link to comment Share on other sites More sharing options...
sh8dy1041 Posted August 24, 2015 Author Share Posted August 24, 2015 Sorted thanks! Link to comment Share on other sites More sharing options...
Recommended Posts