Hi
On my homepage, I added the WooCommerce recent product shortcode in the center column. However, it doesn’t see to matter how many columns I select in the shortcode, the products always display the same width. I would have thought that the width of the products listed would get wider if I only choose 2 columns instead of 4 in the shortcode.
Can you please help me figure out if the theme should adjust the width automatically to fit within my page middle column.
This occurs on my homepage in the middle column at the bottom.
My website is in development and is only accessible with credentials (which I’ve added to the private area below).
Thank you
Lyse
Hey tremblayly,
Try to add this css code in Quick CSS (located in Enfold > Geneal Styling):
div .columns-3 .products .product {
width: 32.33%;
}
div .columns-2 .products .product {
width: 49%;
}
Let us know if this helps, if it’s not working please give us temporary admin access, the login details you gave doesn’t work.
Best regards,
Nikko
Hi Nikko
I added the CSS in my child theme styles.css. It works perfectly even after changing the # of columns.
Your rock!
Much appreciated
Lyse