24/07/2015, 11:33:38
Il y a un bug dans cette version du module articles : il affiche 2 articles même si number est = 1.
Pour corriger, tu peux utiliser cette règle css :
Source : http://forum.cmsmadesimple.org/viewtopic...ews+number
Pour corriger, tu peux utiliser cette règle css :
Code :
div.bloc_actualite1:nth-of-type(2), div.bloc_actualite2:nth-of-type(2), div.bloc_actualite3:nth-of-type(2){
display: none;
}