Viewing 1 replies (of 1 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, you can try some additional css, depending on which screen size you want to increase columns for:

    
    .masonry-item { width: 20%; }
    

    That will give you 5 columns. 25%, which is default, gives you 4 columns. You need to put it within a mediaquery with width so that it doesn’t run this code for for example the mobile version.

Viewing 1 replies (of 1 total)

The topic ‘Columns’ is closed to new replies.