Trouble Selecting a Suitable Theme - Help Please

Hello,

I am using a 3rd party ebay importing app. The import of the eBay products works well, the issue is I cannot find a suitable theme. It seems most of the themes squish all of the product info to the right hand side in a column and the images are large and run down the left/middle of the pages.

When importing from eBay, it imports the entire description section of the listing - so my custom layout on eBay gets squished in a majority of the Shopify themes.

Here is a sample product page on eBay: https://www.ebay.com/itm/394615222904

Here is how it displays in a majority of Shopify themes: https://www.allsportscollectibles.co/products/2022-topps-five-star-walker-buehler-silver-signatures-sp-auto-40-psa-10-gem

How do I get the information to display just like it displays on the eBay description section?

Thank you

  1. Locate the product page template:

    • In the theme editor, navigate to the “Sections” or “Templates” folder (depending on your theme structure).
    • Look for the file that represents the product page template. It might be named product.liquid or similar.
  2. Customize the product page template:

    • Open the product page template file in the code editor.
    • Identify the section of code responsible for displaying the product description.
    • Modify the code to achieve the desired layout. You can use HTML and CSS to structure the content and style it accordingly.
    • You may need to remove or modify existing code that affects the layout of the product page.