Hi,
I would like to change the number of items displayed on one row from 4 to 6. I cant find a setting for that, and i was unable to find an option to change it from the code. Please point me in the right direction.
thank you
sabbens Hi,
You can try with changing the css of this module: /modules/mod_jacontentpopup/assets/css/style.css
at line 40:
.ja-cp-main .ja-cp-group .ja-cp-item { float: left; width: 25%; <<< change this to: width: 16.66%; }
Regards
Tks! That did the job 🙂