• Resolved chrissy833

    (@chrissy833)


    I noticed several days ago that the price display on my homepage’s Featured Products is now two lines with the $ on one line, and the value on the next. (https://www.madebytheadirondacks.com) I’m not sure if this was the result of a recent Boutique update. I don’t think I’ve done anything to accidentally change it. Is there an easy way to get them all back on the same line?

Viewing 3 replies - 1 through 3 (of 3 total)
  • On line 382 of your style.css file for the boutique theme change where it says “block” to “inline-block” like so:

    .page-template-template-homepage-php .boutique-featured-products .storefront-product-section ul.products li.product .price span {
        display: inline-block;
    }

    Just to clarify; I’m unable to replicate this issue locally and it isn’t happening on our demo so isn’t an issue in the theme itself.

    The code PIP gave you should fix this but I’d recommend adding it to a child theme / custom plugin.

    Thread Starter chrissy833

    (@chrissy833)

    That worked perfectly. Thanks to both of you for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Storefront Boutique featured products prices display on two lines’ is closed to new replies.