How can I rearrange content on my customised online store?

I had my store customised and this new banner is sitting under the reviews but i want it on top, so that the reviews are at the bottom of the product page. how do i fix this?

my store is heylushskin.com

1 Like

@carla27

i have check it already center what do you need?

it is not, it is at the bottom, i want it above the reviews @KetanKumar

@carla27

please share product page code

How so? @KetanKumar

@carla27

product page template code?

i dont know,

{%- section ‘product-template’ -%}
{%- section ‘product-imagewithtext’ -%}
{% if product.metafields.loox.num_reviews %}

{% endif %}

{{ product.metafields.loox.reviews }}

{%- section “dbtfy-upsell-bundles” -%}

{%- section ‘product-row’ -%}

{%- section ‘dbtfy-pricing-table’ -%}

{%- section ‘product-recommendations’ -%}

{%- unless settings.review_widget_tabs -%}
{%- render ‘review-widget’ -%}
{%- endunless -%}

{%- section “dbtfy-faq-section” -%}

{%- section ‘related-products’ -%}

{%- if collection and settings.show_back_to_collection -%}

arrow_back {{ 'products.general.collection_return' | t: collection: collection.title }}
{%- endif -%}

{%- section ‘quotes’ -%}

might be this