I'm trying to implement Swift, but I've hit a brick wall. I need to force a particular section to show a product list in single column format regardless of screen width - this is to produce something similar to the Reservations pages on my existing site, for example: https://www.tortoys.co.uk/acatalog/R...ns-SMI028.html. This is effectively a list of products with a total at the bottom, so it wouldn't make any sense in a multi column format.
Unfortunately Swift V1 does not support column counts, and the Implementation Guide helpfully says it may be supported in future releases, or may not.
Please can anybody point me to the bit of code that determines the number of columns? I'm fine with creating layouts, editing CSS and script etc., I just can't see where to look.
Many thanks,
John
Unfortunately Swift V1 does not support column counts, and the Implementation Guide helpfully says it may be supported in future releases, or may not.
Please can anybody point me to the bit of code that determines the number of columns? I'm fine with creating layouts, editing CSS and script etc., I just can't see where to look.
Many thanks,
John
Comment