Show MSRP and price on the same line

Top WooCommerce & WordPress Plugins Forums MSRP (RRP) for WooCommerce Show MSRP and price on the same line

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #95765
    Aaron Shritu
    Guest

    For me the MSRP displays on one line (seperate line) above the price, and looks silly. How can i have the MRSP and $100 etc on the same line? http://puu.sh/BgUzC/d51b90806e.png

    I am bit noob so if u can show me what file to edit ty

    • This topic was modified 1 year, 4 months ago by WPWhale.
    #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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.