woo commerce style is not support to my theme
Structure Inside the assets/css/ directory you will find the stylesheets responsible for the default WooCommerce layout styles. The files to look for are woocommerce.less and woocommerce.css. woocommerce.css is the minified stylesheet. This file is referenced by the plugin and declares all WooCommerce styles. woocommerce.less is not used by the plugin. It contains the raw CSS and can be compiled using LESS, a CSS preprocessor. We use this file to author the plugin CSS. The CSS is written to make the default layout compatible with as many themes as possible by using % widths for all layout styles. It is however more than likely that you will want to make your own adjustments. Modifications To avoid upgrade issues it is advised that you do not edit these files. Rather you should use them as a...


