How can I adjust tabs and insert a review app on my product page?

Hi everyone,

I’ve just figured out that my product pages have a big space under the product pictures. However, I don’t know how to move those collapsible tabs to fulfill the blank as well as insert the “review” app into the Review tab. Please help me out with it. Thank you very much!

@DK7

Please share the store URL so i can suggest the solution.

Hi @Angel95 ,
Here is my store URL: https://cozysnowflake.com/

@DK7

Thanks for sharing the URL. Can you share the product page URL because i am not seeing any space there.

Hi @DK7 ,

To move the collapsible tabs to the left side you need to change the code in the product.json file. Kindly let me know if you face any issues.

Hi @Angel95 ,
Here is my site.
Thanks for your help!

Hi @SmallTask ,
I found the file you’d asked. I’m going to paste it here.
Thanks for your help!

{
  "sections": {
    "1634166747882f894e": {
      "type": "breadcrumbs",
      "settings": {
      }
    },
    "main": {
      "type": "main-product",
      "blocks": {
        "vendor": {
          "type": "text",
          "disabled": true,
          "settings": {
            "text": "{{ product.vendor }}",
            "text_style": "uppercase"
          }
        },
        "title": {
          "type": "title",
          "settings": {
          }
        },
        "subtitle": {
          "type": "text",
          "settings": {
            "text": "{{ product.metafields.descriptors.subtitle.value }}",
            "text_style": "subtitle"
          }
        },
        "price": {
          "type": "price",
          "settings": {
          }
        },
        "variant_picker": {
          "type": "variant_picker",
          "settings": {
            "picker_type": "button"
          }
        },
        "quantity_selector": {
          "type": "quantity_selector",
          "settings": {
          }
        },
        "buy_buttons": {
          "type": "buy_buttons",
          "settings": {
            "show_dynamic_checkout": true
          }
        },
        "8449c809-47fc-4422-a488-8dec02014c85": {
          "type": "collapsible_tab",
          "settings": {
            "heading": "Description",
            "content": "",
            "page": "",
            "icon": "question_mark"
          }
        },
        "fb90439c-de52-4adb-a465-2d7056c32a2c": {
          "type": "collapsible_tab",
          "disabled": true,
          "settings": {
            "heading": "Shipping & Returns",
            "content": "

Free 2 Day Shipping on Orders $50+. Returns must be postmarked: within 15 days of delivery for a refund and within 30 days for a Store Credit or Exchange.{{ product.metafields.reviews.rating | metafield_tag }}<\/p>",
            "page": "",
            "icon": "none"
          }
        },
        "098c9c79-af55-408f-82f8-3f1609d561e0": {
          "type": "badge",
          "disabled": true,
          "settings": {
            "label": "Free shipping and returns"
          }
        },
        "7d250e52-b9f1-4d0d-8c34-5b321dde2922": {
          "type": "badge",
          "disabled": true,
          "settings": {
            "label": "100-day risk-free trial"
          }
        },
        "0e6db6f7-7f4f-41e0-84a2-a1b721d1f973": {
          "type": "badge",
          "disabled": true,
          "settings": {
            "label": "Lifetime warranty"
          }
        },
        "c5d60add-2db2-4460-88ef-3659ca2d1ecb": {
          "type": "badge",
          "disabled": true,
          "settings": {
            "label": "Duties and taxes paid"
          }
        },
        "32b2bc5a-d5ab-4611-9aa1-a49aad87a9b8": {
          "type": "collapsible_tab",
          "disabled": true,
          "settings": {
            "heading": "Reviews",
            "content": "",
            "page": "",
            "icon": "star"
          }
        },
        "24326be2-06ac-4fb3-b4ca-5398632407eb": {
          "type": "shopify:\/\/apps\/product-reviews\/blocks\/reviews\/bae150af-8da8-48b2-9867-398188115e5f",
          "settings": {
          }
        }
      },
      "block_order": [
        "vendor",
        "title",
        "subtitle",
        "price",
        "variant_picker",
        "quantity_selector",
        "buy_buttons",
        "8449c809-47fc-4422-a488-8dec02014c85",
        "fb90439c-de52-4adb-a465-2d7056c32a2c",
        "098c9c79-af55-408f-82f8-3f1609d561e0",
        "7d250e52-b9f1-4d0d-8c34-5b321dde2922",
        "0e6db6f7-7f4f-41e0-84a2-a1b721d1f973",
        "c5d60add-2db2-4460-88ef-3659ca2d1ecb",
        "32b2bc5a-d5ab-4611-9aa1-a49aad87a9b8",
        "24326be2-06ac-4fb3-b4ca-5398632407eb"
      ],
      "settings": {
        "enable_sticky_info": true,
        "enable_video_looping": true
      }
    },
    "product-recommendations": {
      "type": "product-recommendations",
      "settings": {
        "heading": "You may also like",
        "image_ratio": "portrait",
        "show_secondary_image": true,
        "add_image_padding": false,
        "show_vendor": false,
        "color_scheme": "background-2"
      }
    },
    "recently-viewed": {
      "type": "recently-viewed",
      "settings": {
        "title": "Recently viewed"
      }
    }
  },
  "order": [
    "1634166747882f894e",
    "main",
    "product-recommendations",
    "recently-viewed"
  ]
}

Have not done yet, guys :disappointed_face:

There is no html code on the above which you posted. We need access to check & move the collapsible tab & reviews.