Bonjour, je suis désolé si mon insistance vous a dérangé. Pardon ce n'était pas voulu. Je reconnais que je suis un peu casse-c.... de temps en temps. Pardon
Après avoir fait énormément de recherche et surtout car je souhaite garder mon template Helix 3, j'ai insérer l'ensemble du code suivant :
/**** CUSTOM RESPONSIVE *****/
@media (min-width: 1024px) {
.hikashop_product {
width: 32%!important;
}
}
@media (min-width: 980px) and (max-width: 1199px) {
.hikashop_product_main_image_subdiv {
width: 100%!important;
}
.hikashop_product_right_part {
padding-left: 20px!important;
}
#hikashop_product_bottom_part {
width: 48%!important;
}
}
@media (min-width: 768px) and (max-width: 979px) {
#hikashop_product_bottom_part {
position: static!important;
width: 100%!important;
}
.hikashop_product_main_image_subdiv {
width: 100%!important;
}
.hikashop_product_right_part {
padding-left: 20px!important;
}
.hikashop_products_listing .hikashop_product {
width: 49%!important;
}
}
@media (max-width: 767px) {
#hikashop_product_bottom_part {
position: static!important;
width: 100%!important;
}
#hikashop_product_left_part,
.hikashop_product_main_image_subdiv {
width: 100%!important;
}
#hikashop_product_left_part .hikashop_product_main_image img {
width: 100%!important;
}
.hikashop_products_listing .hikashop_product {
width: 100%!important;
}
}
img.hikashop_child_image {
display: inline-block;
}
et ceci dans mon CSS custom de Hikashop et ça marche. J'ai peut-être fait des erreurs, mais pour l'instant cela fonctionne. Je l'ai mis dans ce Custom CSS car je pense qu'il n'est pas touché en cas de mise à jour Hikashop ou de mon template.
Je vous remercie pour vos conseils.
Cordialement