• Resolved susanmelchers

    (@susanmelchers)


    On my home page i have a section with reviews, i would like the reviews do be displayd horizontally instead of vertically, can anyone help me with this?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Howdy ?? !

    This can be fixed with some custom CSS. Under Customize > Additional CSS, you can add the following code:
    ?

    /* Display home reviews horizontally */
    @media (min-width: 960px) {
        .home li.wc-block-review-list-item__item.wc-block-components-review-list-item__item {
            display: inline-block !important;
            margin: 10px;
            width: 30% !important;
            vertical-align: top;
        }
    }
    

    It should look like this:

    https://www.screencast.com/t/xebNiv4OSqo6
    ?
    If you do require more help with the actual coding, we’d recommend you hire a developer who can take a look at this, quote you for their services, and help you add this feature to your site. We’d recommend getting in touch with a web developer or one of the customization experts listed at https://woocommerce.com/customizations/.

    I hope that helps ??

    Thread Starter susanmelchers

    (@susanmelchers)

    Thanks, this works great!

    Plugin Support Gabriel – a11n

    (@gabrielfuentes)

    Happy to help ??

    Great! If you have any further questions, you can start a new thread.

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Review display different then default’ is closed to new replies.