My site is mobile friendly in that everything is spaced out but I would prefer the products to be in one line like the index page. What lines of code control the product layout for only mobile devices?
Is this your trophies site? If so your layout for products there is using tables when you really should use css styling https://www.ecommercetemplates.com/help/css-layouts.asp
What I would do is copy the css sections for the product, detail and category pages into your css file from the original and that will give you a starting point for tweaking the layout of those pages.