Home › Forums › MSRP (RRP) for WooCommerce › Show MSRP and price on the same line › Reply To: Show MSRP and price on the same line
August 19, 2018 at 10:14 pm #95766
Hi,
By default label and value are on the same line, so it looks like it’s some (probably theme’s) CSS that is doing this, so this should be easily fixable with some additional CSS. I could say exactly what CSS needs to be added if I could check it on your page – could you please send me the link to your site to [email protected], or post it here?
Generally it looks like you need to set:
label[for=alg_wc_msrp] { display: inline !important; }
and/or
#alg_wc_msrp { display: inline !important; }
Hope that helps.
Best regards,
Tom