This topic has 10 replies, 2 voices, and was last updated 6 years ago ago by Rose Tyler
Hi,
I just updated with version 3.9, and I experience a problem with the layout of the products grid on my shop
I chose 3 products per line, but the 3rd product is on a second line
Woocommerce 3.5.1
Hello,
Please try to clear cache and check one more time. If this doesn’t help, provide us with temporary wp-admin access.
Regards
Thank you for your reply
Cache have been cleared several times, no effects
please find adlin access in private section
Please add this code in style.css file of child theme (https://www.8theme.com/demo/docs/legenda/#child_theme https://www.8theme.com/download-plugins/ http://prntscr.com/lfttgt) or in custom.css file of Legenda (parent/main) theme (https://www.8theme.com/videos/ – Legenda WordPress Theme – How to create custom.css file):
@media only screen and (min-width: 1200px) {
.products-grid .product {
margin-left: 0px;
}
}
Regards
Sorry it doesnt work :
1- downoladed Child Theme : “legenda-child”
2 opened style.css
3- added code `@media only screen and (min-width: 1200px) {
.products-grid .product {
margin-left: 0px;
}
}` at the end
4- put the folder “legenda-child” in folder “theme” of my website
5 – checked in theme edition / Lengeda-Child : code is there
Something I forgot ?
You need to activate the child theme on site (Appearance > Themes). Before this, check widgets and make sure that you know where every widget is placed because they could be messed up after the child theme activation.
Please provide FTP access so we can take a closer look and investigate the problem with grid more deeply.
Thanks in advance.
Regards
please find herafter
Hello,
Please check now – http://prntscr.com/lfwrz6
It looks like the problem was caused by cache. We’ve renamed large-resolution.css file > large-resolutions.css (legenda/css folder) and that fixed the problem. I would recommend you to clear server cache.
You can delete the custom css code from style.css file of the child theme. Please note, that changes in child theme will affect your site only in case the child theme is activated on site.
Regards
Its working perfectly, many thanks !
Best Regards
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up