Hi.
I have a page with Woo commerce. After last update there is something wrong with the product page. Background color is a different color, border on top is thicker and last but most importaint footer/socket is missplaced. It ends up on top of footer.
I fixed background color by using this code. But that also made footer background white. That is why I had to add color: black. This is a quick fix for now
`
/* ———- Productpage ————*/
#top .template-shop .container {
background-color:white;
color:black !important;
}
I think all of it is related to the max width of 1310px, but I can not fix it anyway. Please help me fix footer and preferably other bugs so that this page is is simulare to the rest of pages on our website.
Hey snitt,
Can you disable caching and minification for now?
Best regards,
Victoria
Sure thing. It is now disabled.
Hi snitt,
You have an archive-product.php which in your child theme, it renders product categories. You need to check that file and update it if it has not been updated for a while.
If you need further assistance please let us know.
Best regards,
Victoria