There is some problem when I add “Shop Product” using Swift Page Builder after I update the latest theme. If I put 1/4 on the left side for some text content, and 3/4 on the right side for 6 products by “Shop Product” module, the products will not be listed normally. ( A full width 1/1 module does look fine. )
I kind of figure out why it happens, but I dun know how to fix.
It looks like the “first” and “last” attributes make the problem. When I standard size product items into 3/4 module, it should have 3 products in a row. But when I look into the code, the “last” product item is the fourth one. ( The last should be the third item. The theme don’t know there’s only 3 items in a row. ) The CSS style of “last” is then wrongly placed to the first item on the second row.
Do I miss some option settings or it is a bug? Thanks !