Hi, is it possible to have more than 6 images in a row in Fullwidth Massonry.
I would like the images to be 50% smaller so that more images appear.
Thx Frank
Hey fourdesigndk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.av-masonry-entry { width: 16.5%; }
Best regards,
Yigit
Thanks that help on the size.
But is it also possible to have more than 6 images ???
Best Frank
Hey!
Elements in masonry adapt to screen width. On my 15inch laptop, i see 4 elements in one row and by decreasing the width of elements with the code i posted, i see 6 elements in one row. You can simply adjust the width. If this is not what you meant, please elaborate
Cheers!
Yigit
Thanks, it works :-)