product page areas on the same line

Topic summary

A Shopify store owner wants to reposition the “ghid marimi” (size guide) element to appear on the same line as “marime” (size) on their product page.

Current Setup:

  • “Marime” is defined as variant_picker in the code
  • “Ghid marimi” is defined as perks
  • These elements currently display on separate lines

Code Provided:
The user shared their product.liquid file code showing the variant_picker and perks sections, along with a screenshot illustrating the current layout.

Status:
Another user requested the store URL to provide assistance. The original poster shared the Shopify store link with password access (demopass21) but later asked others not to forget them, suggesting they may need ongoing support. The discussion remains open with no CSS/HTML solution provided yet.

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

Hello!

My product page looks like in the image below.

The thing is that I want to move the “gid marimi” on the same line with “marime”

“Marime” is defined in the code as “variant_picker” and “ghid marimi” as perks.

Below the image I pasted the code from my product.liquid file.

Any advice?

Thanks in advance!

{%- when 'variant_picker' -%}
   {% unless has_product_combo %}
      
        {% render 'product-variant',
            block: block,
            product: product,
            variantCount: variantCount,
            current_variant: current_variant,
            picker_type: picker_type,
            show_variant_image_group: show_variant_image_group
         %}
      

    {% endunless %}
   
   {%- when 'customization_property' -%}
      {% if has_customization_option == true %}
    
       {% render 'product-customization',
        block: block,
        product: product,
        customization_option_1: customization_option_1,
        customization_option_2: customization_option_2,
        customization_option_hidden: customization_option_hidden
       %}
     

   {% endif %}
      {%- when 'hot_stock' -%}
         {% unless has_product_combo %}
            {% render 'product-hot-stock',
             block: block,
             product: product,
             variantCount: variantCount,
             show_hot_stock: show_hot_stock,
             productMaxStock: productMaxStock,
             current_variant: current_variant
            %}
         {% endunless %}
      {%- when 'perks' -%}
        
          {% unless has_product_combo %}
            

               {% render 'product-perks',
                product: product,
                show_size_chart: show_size_chart,
                has_size_chart: has_size_chart,
                show_compare_color: show_compare_color,
                isColor: isColor,
                compare_layout: compare_layout
                %}
             

          {% endunless %}
       

Can you please share your store’s URL ?

Hi!

url: https://gogofit-ro.myshopify.com/products/costum-inot-jaked-femei-milano-violet-verde?_pos=5&_sid=964d1ca46&_ss=r?variant=48728687575325

password: demopass21

Thanks!

Hi!

Please do not forget me

Thanks!