Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1152311

    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.

    #1152459

    Hey snitt,

    Can you disable caching and minification for now?

    Best regards,
    Victoria

    #1152630

    Sure thing. It is now disabled.

    #1153275

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.