• Resolved alokincool

    (@alokincool)


    EAEL: bugged the view of th item “product gride” for mobile and tablet.
    The products are presents under each other and not next to each other.

    The problem is the stylesheet eael-post-(some number).min.css file in upload folder

    wp-content/uploads/essential-addons-elementor/
    (this folder can be a security problem – try to search this path on google you will see results)

    This file is updating every day with his styles, because of that if you make any changes will not affect for long time.

    Styles that must be change in file, with this codes:

    .eael-product-grid .woocommerce ul.products{
    margin:0!important;
    padding:0!important
    }

    .eael-post-grid .woocommerce ul.products{
    display:grid;
    grid-gap:25px;
    margin:0!important;
    padding:0!important}

    .eael-product-grid .woocommerce ul.products .product,.eael-post-grid .woocommerce ul.products .product{
    width:24%;
    margin:2px;
    padding:4px
    }

Viewing 1 replies (of 1 total)
  • Plugin Author Rafin

    (@rafinkhan)

    @alokincool,

    Hi, there. I am not sure how this can be a security problem. However, Thank you for your suggestion. I will definitely discuss with our team regarding this and let’s see what happens.

    Thank you very much for reaching out to us. Have a nice day.

Viewing 1 replies (of 1 total)
  • The topic ‘BUG PRODUCT GRIDE FOR MOBILE AND TABLET’ is closed to new replies.