Viewing 1 replies (of 1 total)
  • Hi there!

    You just need to float the container div to the left in order for the sidebar to align nicely on the right:

    #container {
      float: left;
    }

    Which would give you this result: Screenshot

    To decrease the size of the related product images try this:

    .woocommerce .related ul li.product img, .woocommerce .related ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .upsells.products ul li.product img, .woocommerce-page .upsells.products ul.products li.product img {
       width: 50%;
    }

    You can either paste this code into a plugin such as Simple Custom CSS or create a child theme.

    I hope that helps!

    Luke the Daft Duke

Viewing 1 replies (of 1 total)
  • The topic ‘Woocommerce in Suits Theme’ is closed to new replies.