On my iPhone, and when viewing a catalog entry and specifically the items for sale in landscape mode, the small icon is leftmost in each line. Because of the layout constraints, the description then is stretched vertically, words being broken, and is difficult to read.
As a suggestion, for each listing displayed, put the icon and the description within a sub-box, with the icon above the description. That would allow the description the full width of that area, but keep the icon as the signal that a new listing line starts here.
Thank You.
Comments
In any case, this is to improve the readability to those who want to browse listings on their phone (anyone, not just me). For anyone who is browsing/buying via a mobile device, this suggestion is to help make the listings easier to read.
I applaud the effort to improve the layout in the phone view. Thing number one would be to not set text centered. Number two is probably to get rid of columns. Or most columns. I suspect the layout was not conceived with having 20 words of description from the seller included. These dynamic layouts get trickier with every release of a phone with a different screen size. From a designer view, it makes me misty-eyed for the days when e-v-e-r-y-t-h-i-n-g was 640x480.
Maybe I will take a stab at the layout just to see the possibilities.
The source code for the original page has the results in a table. That isn't going to translate well to a narrow phone layout. I put everything into a CSS grid. So this is doable, but fraught with issues. Without writing a bunch of logic to go along with the CSS…well…this sample is quite far from perfect. I didn't spend much time on the full desktop-width page view…a whole 'nother set of problems with that.
If you have a phone, you should be able to look at the results in either portrait or landscape mode and it should dynamically adjust. If somebody wants to play around with it they can view on the desktop in either Safari or Firefox and go into…
Safari: in preferences/advanced check the Show Develop menu item. Then from Develop menu select Enter Responsive Design Mode.
Firefox: from the Tools menu, select Browser Tools > Responsive Design Mode
…then you should be able to grab the side/bottom of the window and drag it around and watch it resize and reconfigure.
The page is "optimized" (he said euphemistically) for widths of 374, 415, and 736 pixel widths. Should hold up down to 320 pixels thereabouts.
I don't know if Chrome or Edge offer similar functions.
Somewhere between a day and a week to code this up for real.
Also ((possible) 781808 and 848246.
Over at BL, there are two public comments (the short that everyone sees, and the extended that requires a click thru, and is frequently ignored). I’m glad that there is only one here, but how it is being displayed feels problematic. It’s all there, but (to dredge up an old meme) I am reminded of trying to read a program flowchart in an elevator shaft.
HTH