This topic has 7 replies, 3 voices, and was last updated 6 years, 9 months ago ago by Olga Barlow
Hello, I’ve updated your theme and have gone from seeing the three images by category to full width, to see three but not full width, leave a gap in the fourth place. How can this be fixed?
I believe I am having the same problem since updating to new theme version today.
Where my row of products in 3 columns used to fill width of page, now there seems to be space for a 4th product at end of each row, making the thumbnails now smaller than they used to be.
(Thank you for fixing the issues related to new 3.3.1 WooCommerce btw, I am greatly thankful for your hard work.)
Note: The problem only occurs when Full Width is OFF for shop listings page. Turning full width on works fine, but I want my page to be limited to main content width only.
I was able to fix it myself by adding the following to the custom CSS for Desktop 992+:
.row-count-3 .col-md-3 {
width:33.33333333% !important;
}
Here is the CSS it was using (from bootstrap.min.css min-width:992px):
.col-md-3 {
width:25%
}
Looks like it used to now that I added that.
Hello, @alberto@goalamarketing.com , @Alicia Stella
WooCommerce developers have added some new options in version 3.3 related to products number per row and per page https://woocommerce.wordpress.com/2017/12/09/wc-3-3-will-look-great-on-all-the-themes/
Change the number of products per page using customizer and new options
Regards
Thank you, that works.
But it is unfortunate how counter-intuitive it is to have to change the products per row in both 8-Theme > E-Commerce settings -and- in the Customize > WooCommerce settings for it to show correctly now.
I appreciate your response. Love the theme. 🙂
Hello,
WooCommerce set the higher priority for the new option and it overwrites our settings. That’s why we have to remove our option in next update.
You must be logged in to reply to this topic.Log in/Sign up