Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Fixed: account history table unresponsive


Recommended Posts

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.

image.png.318f8c76dfd2fba4f065eaa30e43cfe2.png

@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

 

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 phoenix
TinyMCE editor for admin

 

Link to comment
Share on other sites

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...