This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Problem with woocommerce photos of rmodule in page builder

Resolved 6 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hi:

I would like to reduce Woocommerce’s photos size in Page Builder module in main page in my web: http://farmadiabet.es/ How can I do this?. This will help also to avoid problems displaying photos in smaller screens. Thanks in advance!

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

6
  1. Andrew Misplon Staff 11 years, 8 months ago

    Hi

    Please try this under Appearance > Custom CSS:

    /* WooCommerce Widget */
    .widget .product_list_widget li {
    	width: 15% !important; 
    }

    You can adjust that figure but 15% looks good to me.

  2. Álvaro Rodríguez 11 years, 8 months ago

    Excellent! Just a final question: how to make the category pictures larger. If you solve this, I will love you forever!

  3. Andrew Misplon Staff 11 years, 8 months ago

    Glad to hear that helped. Please try this:

    /* Make the WooCommerce Container 100% Width */
    .woocommerce-page #container {
    	width: 100% !important;
    }
  4. Álvaro Rodríguez 11 years, 8 months ago

    Perfect! Thanks a lot! Please mark this thread as solved.

  5. nrl009 11 years, 8 months ago

    And along this same Woocommerce topic, how do I make the image smaller on a single product page?

    Thanks

  6. Andrew Misplon Staff 11 years, 7 months ago

    Hi nrl009

    Please try this under Appearance > Custom CSS:

    /* WooCommerce */
    .woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
    	width: auto !important; 
    }

    If you need further help please open a new thread and I’ll climb in there.

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread