woocommerce products are displayed vertically, not horizontally

Home Forums Legacy Support Support queries How-to & Troubleshooting woocommerce products are displayed vertically, not horizontally

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #376784
    ixiredu
    Participant
    I put woocommerce products on a page with shortcode. Normally, it is displayed horizontally in other themes, while in WPLMS it is displayed vertically. What is the problem and how can I solve it?
    #376785
    ixiredu
    Participant
    This reply has been marked as private.
    #376825
    Veronica
    Moderator
    hi you need to add his custom code in the custom CSS section @media (min-width: 769px){ .woocommerce ul.products li.product { display: inline-grid; width: 20%; } }
    #376983
    ixiredu
    Participant
    This reply has been marked as private.
    #377037
    Veronica
    Moderator
    hi yes there is product sidebar http://prntscr.com/25tmirf you need to add widgets in the product sidebar so that they will shown there and the cart shown as you have shared in the above screenshot
    #377064
    ixiredu
    Participant
    This reply has been marked as private.
    #377103
    Veronica
    Moderator
    hi that can't be as the space is occupied by the sidebar by default from the woo-commerce we can't change if you want then you can customize it like this: https://quadlayers.com/customize-woocommerce-checkout-page/ https://www.wpbeginner.com/wp-tutorials/how-to-customize-woocommerce-checkout-page/
    #377139
    ixiredu
    Participant
    The documents you sent are related to the payment page. But my problem is not the checkout page. It is the product page. I want to remove the sidebar on the product page. How can I do that. This is not available in other themes. It's in the WPLMS theme.
    #377190
    Veronica
    Moderator
    refer this please: https://njengah.com/woocommerce-remove-sidebar-from-product-page/ https://www.businessbloomer.com/woocommerce-remove-sidebar-single-product-page/ both the product page and sidebar is from woo-commerce not the theme
Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘woocommerce products are displayed vertically, not horizontally’ is closed to new replies.