.

edited December 2016 in Theme support

Comments

  • Hi,

    because it's a 3rd party plugin, we don't know if there is anything we can do to help. But if you will send us screenshot with explanation of what and how exactly you want to do, we will see if any could be done.

    Thanks!
  • edited December 2016
    .
  • Ok, thanks for the explanation. However, it is possible to center featured image and move the colors to the left side only and this could be done with the following css:
    .product_image_wrapper .iconic-woothumbs-all-images-wrap {
         display: inline-block;
         float: none;
    }
    .woocommerce .product .product_wrapper .product_image_wrapper {
         text-align: center;
    }
    .woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations td.value {
        text-align: left !important;
    }
    .woocommerce div.product form.cart .variations td.value ul.iconic-was-swatches {
        margin-left: 0 !important;
    }
Sign In or Register to comment.