Hi
I am unfamiliar with PHP. I have an urgent query about laying out a simple e-store page, I have a feeling the answer is child’s play to an expert, but not for me.
OK, here goes… In a simple e-store the products are presented laid out in rows, as a list, with each product image, a title and description and a price occupying its own table row, and being followed by another one below, and so on. Each item can be bought by clicking the buy now button. If I wanted the store to present the products in two columns, rather than one, how easy would it be to change this? My (simple) understanding is that the table used to present the products in a single column should be made into a two-column table, and then the PHP should be adjusted so that the database populates the table either across in rows or possibly down each column in turn (though this seems less likely).
Am I missing something? Is this a huge ask? Can anyone help? Oh, did I mention this is urgent? Thanks!!!