Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #909636

    After updating Woocommerce to version 3.3.1, there was a problem with the product grid. It does not display columns correctly.

    #909713

    Hey creativeopole,

    Can you try adding this css code in Quick CSS (located in Enfold > General Styling):

    .products .product.first {
        clear: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #909744
    This reply has been marked as private.
    #909865

    Hi,

    Do you have a caching plugin installed? can you try to flush out the cache, if that doesn’t help, please give us temporary admin access, so we can try to check the backend.

    Best regards,
    Nikko

    #909877

    I’m sending you access

    #909999

    Hi,

    
    #top .products .product.last, #top #main .products .product.last {
        margin-right: 5px !important;
        width: 20% !important;
    }

    And the following code to your CSS and let us know if that fixes the issue.

    Best regards,
    Basilis

    #910147

    There is still a problem adding in css:

    width: 20%! important;

    It causes the first product to be far from the rest and it looks bad.

    #910863

    Hi,

    Please try this css code.

    #top .products .product.last, #top #main .products .product.last {
        margin: 0 1% 1% 0;
        width: 20% !important;
    }

    Best regards,
    Ismael

    #910964

    None of the above solutions solve the module problem. The display problem is even greater on smartphones. incorrect display on mobile devices, you can see the attachment in private content.

    #911039

    Hi creativeopole,

    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

    
    .thumbnail_container {
      min-height: 291px;
    }
    .thumbnail_container img {
      min-height: 291px;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #911055
    This reply has been marked as private.
    #911481

    Hi,

    Thank you for the update. We corrected the css codes and added a few css media queries to adjust the css values on mobile devices. Please remove browser cache or hard refresh before checking the page.

    Best regards,
    Ismael

    #913298

    Hi,

    Could you provide the changes you applied?

    Best regards

    #913300

    Changes are made as suggested above. However, this does not completely solve the problem. The first row is smaller than the others. I am waiting for auctualizations, maybe it will be improved there.

    #913839

    Hi danneeroy,

    If you want us to take a look at your issue, please start a separate thread, describe your issue there and give us a link to your website.

    Best regards,
    Victoria

    #913840

    Hi creativeopole,

    Looks fine on my end. Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

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