Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1275572

    The product category images on the Shop page are aligned to the left. I would like the images to be centered on the page. Can you provide CSS code to change this alignment?
    Thanks

    #1275677

    Hey RosannaK,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1275857
    This reply has been marked as private.
    #1276369

    Hi RosannaK,

    This page ?product_cat=lamy is taking me to a 404 page. Where can I see the issue?

    Best regards,
    Victoria

    #1276458
    This reply has been marked as private.
    #1276947
    This reply has been marked as private.
    #1278306

    Hi RosannaK,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .woocommerce-products-header + .av-content-small.units {
        width: 100%;
    }
    
    .archive.tax-product_cat .shop_columns_3 .products .product {
        width: 23.7%;
    }
     #top.archive.tax-product_cat #main .shop_columns_3 .products .product.last {
        margin-right: 1%;
    }
    
    .archive.tax-product_cat .products .product.first {
        clear: none;
    }
    

    Here is a thread on how to change the category page layout:

    If you need further assistance please let us know.

    Best regards,
    Victoria

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