Reply To: Show MSRP and price on the same line

#95766
Tom Anbinder
Moderator
Plugin Support

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