HomePage Forums Themeforest Organey – Organic Food WooCommerce WordPress Theme issue creating custom product page using elementor pro theme generator Reply To: issue creating custom product page using elementor pro theme generator

#4269
Avatarjlobos
Support Expired

Hi supporter,

the issue was found in any single product page,

Large recycled roll top grocery bag

i just found the solutuion to the issue adding this lines of css to the personalization box.

.slick-slider {
box-sizing: border-box!important;
}
.elementor-products-grid ul.products.elementor-grid li.product {
width: auto;
float: left;
}
ul.products li.product, ul.products .wc-block-grid__product, .wc-block-grid__products li.product, .wc-block-grid__products .wc-block-grid__product {
padding: 20px 15px!important;
list-style: none;
position: relative;
width: 100%;
}

now i have a recurrent issue, i have a few ghost categories in my list. (FRESH NUTS, MILLK CREAM, NATURE) how can i delete those from the list?

look at the end of the side bar:
https://beeco.voltio.cl/categoria-producto/bolsas/

Thanks!