-- HikaShop version -- : 2.3.3
-- Joomla version -- : 3.3.6
Bonjour,
J'ai un soucis avec l'alignement des catégories et des produits en bootstrap responsive sur écrans moyens (tablettes et autres).
Comme c'est un template Rockettheme j'ai d'abord posté la question dans leur forum une deuxième fois (car j'ai eu le même souci quand j'utilisais VM par le passé)
Solution donnée pour VM:
open demo-styles.css and find
body .floatleft {float: left;margin-right: 15px;margin-left: 0;}
uncomment that like
/*body .floatleft {float: left;margin-right: 15px;margin-left: 0;}*/
(that is the "products not in row thing")
or just remove "margin-right: 15px"
Comme je n'utilise plus le même template (le fichier demo-styles.css n'existe plus) ni VM mais hikashop je repose la question et voici la réponse:
Hi there,
I understand what you want but it seems that Hikashop does not do it correctly. It becomes responsive but still reads the 4 items per row so it starts a new row after item 4. That is nothing to do with the RocketTheme template that I can see.
Quelqu'un aurait-il la solution?