• Resolved Pia

    (@puy)


    Good day!

    webdev experience: Beginner
    Running theme: Shopping child theme of Omega
    Wordpress 4.1.1 / Required WooCommerce

    Hi,

    Is there a way to change the layout of WooCommerce products page pls?

    Would like to make the images/thumbnails smaller & then
    make the layout vertical instead of the current default.

    Please help. Thanks!

    https://wordpress.org/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can easily do this with some CSS.

    Try using the custom CSS below:

    .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
        float: none;
        margin: 0 auto;
    }

    Hope this helps!

    Thread Starter Pia

    (@puy)

    Hi wooassist,

    It worked though not what we have pursued… Still, thanks for your time.

    With this, would you have any idea how to make our website products page look the same as its Woo dashboard products admin??

    A list type of interface with small picture, Name, SKu, stock, price, Category… & a dropdown selection for category and product type…. and a link to the product once the client clicks the picture or item name…
    Really similar to the WooCommerce Main Products page/tab in the dashboard……

    Does WooCommerce actually have an option for interface layout? 🙁

    I apologize for the requirement, but I really hope someone could help. Thanks a lot.

    http://www.pingconmarketing.com/?product_cat=bonitatissue

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘WooCommerce Products page layout’ is closed to new replies.