How to move products description below add to cart button in MINIMOG Theme

Topic summary

A user seeks to reposition the product description below the “Add to Cart” button in the Minimog Shopify theme.

Initial Solution Provided:

  • Access theme code editor via Online Store > Themes > Actions > Edit code
  • Locate and open the product template file (product-template.liquid in Sections)
  • Find the “Add to Cart” button code block
  • Identify the product description markup ({{ product.description }})
  • Reorder these code sections to move description below the button

Current Issue:
The user reports the description now appears below the button as intended, but they want it displayed in a tabbed format instead of plain text. The discussion remains open with this formatting request unresolved.

Summarized with AI on November 20. AI used: claude-sonnet-4-5-20250929.

How to move products description below add to cart button in MINIMOG Theme

Website to refer - https://next.minimog.co/

Sample like this -

To move the product description below the “Add to Cart” button in the Minimog theme, you’ll need to make some modifications to the theme’s code. Please follow these steps:

  1. From your Shopify admin, go to Online Store > Themes.
  2. Locate the Minimog theme and click on “Actions” > “Edit code” to access the theme’s code editor.
  3. In the left sidebar, under “Sections,” click on “product-template.liquid” to open the product template file.
  4. Look for the code block that generates the “Add to Cart” button. It might look similar to this:
  5. Below the “Add to Cart” button code, locate the code that generates the product description. It might look similar to this:

  {{ product.description }}

its coming like this but I want to get it in tabs form @NomtechSolution