• Resolved richlawson

    (@richlawson)


    Is there a way to reduce the product image size so that I can have 6 columns of products as opposed to 4?

    The images currently look to large, and I’d like to fit more into the page width if possible.

Viewing 3 replies - 1 through 3 (of 3 total)
  • This is currently not an option. You would have to do some editing. One of the reasons I have hesitated to add something like this is because of smaller screens and longer item titles. It can make your text get jumbled quickly.

    Your thoughts? Are you able to edit some files and ftp back to your site?

    Kadence Themes

    Thread Starter richlawson

    (@richlawson)

    Thanks for getting back to me. Yes, I’m able to edit files and have full access to the server root.

    I’d like to have a play around and see if I can find a happy balance.

    Thanks – Rich

    Ok to get you started, I’ll point you in the direction of five columns.
    You need to open the file loop-start.php it’s in virtue >> woocommerce >> loop

    You will see “<?php echo kadence_shop_layout_css(); ?>”

    Delete that

    In it’s place put: fivecolumn

    and lastly add this to your custom css box.

    .product_item {margin: 0 8px 20px;}

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Virtue Theme Product Image Size’ is closed to new replies.