• Hi
    is it possible to split the brand_by_name list (filter) on multiple columns? For instance

    A B C
    Aaaaa Bbbbbbbb Cccccccccccccc
    Abaaaaaa Cbcccccccc
    Awaaaaaaaaaaa

    Thanks
    ad

Viewing 1 replies (of 1 total)
  • Plugin Author Dmytro Holovnia

    (@dholovnia)

    Hi,

    You can try this custom CSS to make it in 2 columns eg screenshot

    
    .berocket_letter_blocks {
      display: flex;
      flex-wrap: wrap;
    }
    
    .berocket_letter_blocks > div {
      width: 50%;
    }
    

    Regards,
    Dima

Viewing 1 replies (of 1 total)
  • The topic ‘brands_by_name on more columns’ is closed to new replies.