• Resolved stefansic

    (@stefansic)


    Hi, i am using the WooCommerce-price-suffix.
    Unfortunately, it appears under the price instead of behind the price in the result list.
    How can i fix this?
    Thanks
    Stefan

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Marta

    (@martadella)

    Hi @stefansic,

    Could you send me the address of the website? Is the WooCommerce-price-suffix a plugin or is it custom code?

    You could try the following CSS code. Put it into Appearance -> Customize -> Additional CSS.

    .dgwt-wcas-sp {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    }

    Though I’m not sure if it will work, because I can’t see your website.

    Let me know if this is helpful!

    Regards,
    Marta

    Thread Starter stefansic

    (@stefansic)

    Hi Martha,
    this code solves the problem.
    As far as i can see, the suffix is a standard Woocommerce option

    https://das-goldene-tor.de
    Best
    Stefan

    Plugin Support Marta

    (@martadella)

    Hi Stefan,

    Great to hear that it solved the problem! ??

    Regards,
    Marta

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘woo-price-suffix wraps into next line’ is closed to new replies.