As title states i want the price on the product page to display on the same line as product__tax caption rte. I have my language set to make product__tax caption rte display Free shipping and the word shipping is a link to my shipping policy page. I need the price to be displayed first then the free shipping. I have gotten css but it only works on desktop not mobile any help would be appreciated
<b>{%- render 'price',
product: product,
use_variant: true,
show_badges: true,
price_class: 'price--large'
-%}</b>
{%- if cart.taxes_included or shop.shipping_policy.body != blank -%}
{%- if shop.shipping_policy.body != blank -%}
{{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }}
{%- endif -%}
{%- endif -%}
{%- assign product_form_installment_id = 'product-form-installment-' | append: section.id -%}
{%- form 'product', product, id: product_form_installment_id, class: 'installment caption-large' -%}
{{ form | payment_terms }}
{%- endform -%}
@media (min-width:749px){
.product__tax.caption.rte {
position: absolute;
top: 136px;
right: 14%;
}
}
password: xoflah