♥JcMagpie Posted September 5, 2019 Share Posted September 5, 2019 Just a quick check of 1.0.2.3 account_history page still looks to be broken, makes list go off screen, scrolls site off screen. Link to comment Share on other sites More sharing options...
René H4 Posted September 6, 2019 Share Posted September 6, 2019 Not in my setup.... 12 hours ago, JcMagpie said: Just a quick check of 1.0.2.3 account_history page still looks to be broken, makes list go off screen, scrolls site off screen. Link to comment Share on other sites More sharing options...
♥14steve14 Posted September 6, 2019 Share Posted September 6, 2019 13 hours ago, JcMagpie said: Just a quick check of 1.0.2.3 account_history page still looks to be broken, makes list go off screen, scrolls site off screen. @JcMagpie On a small device you are right. It looks like its coded as a responsive table but I dont think it is. REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
puddlec Posted September 6, 2019 Share Posted September 6, 2019 1 minute ago, 14steve14 said: @JcMagpie On a small device you are right. It looks like its coded as a responsive table but I dont think it is. i had a look and no table-responsive exists also line 68 in account history <th scope="row"><?php echo $history['orders_id']; ?></td> opening tag is th closing is td in the shopping basket page the table is within a div with <div class="table-responsive"> which would sort the issue Phoenix support now at https://phoenixcart.org/forum/ App created for phoenixTinyMCE editor for admin Link to comment Share on other sites More sharing options...
♥14steve14 Posted September 6, 2019 Share Posted September 6, 2019 1 minute ago, puddlec said: i had a look and no table-responsive exists also line 68 in account history <th scope="row"><?php echo $history['orders_id']; ?></td> opening tag is th closing is td in the shopping basket page the table is within a div with <div class="table-responsive"> which would sort the issue On my current site I went through loads of the tables and made them responsive just so if I choose to use my phone to view the admin pages they are easier to read. Only did the most accessed one though. REMEMBER BACKUP, BACKUP AND BACKUP Link to comment Share on other sites More sharing options...
♥JcMagpie Posted September 6, 2019 Author Share Posted September 6, 2019 Yes just tested and adding <div class="table-responsive"> to wrap table in order history fixes problem table now srolls without braking site. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.