Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

234bs - box sort order when minimized


Recommended Posts

Let's say that I have boxes in both the left and right columns

(current sort orders are in parentheses):

 

Left                       Right

 

 A  (100)              W (300)

 B  (200)              X  (500)

 C  (400)              Y (700)

 D  (600)

 

 

When the screen is minimized (sm or xs), I'd like the order to be:

 

 A  (100)

 B  (200)

 W (300)

 C  (400)

 X  (500)

 D  (600)

 Y  (700)

 

 

Instead, it comes out like this:

 

 A  (100)

 B  (200)

 C  (400)

 D  (600)

 W (300)

 X  (500)

 Y  (700)

 

Is this possible?

 

Malcolm

 

 

 

 

Link to comment
Share on other sites

It can be done, but not very intuitively.

 

You would basically have to make a duplicate of W and X, save it as a new box with a class to only show in sm or xs-view, and put a class to hide the original W and X at any screen size the duplicates would load.

Follow the community build:

BS3 to osCommerce Responsive from the Get Go!

Check out the new construction:

Admin Gone to Total BS!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...