Hello. This is what I use to display all brands.
[pwb-all-brands per_page="100" image_size="full" hide_empty="true" order_by="name" order="ASC" title_position="after"]
Additionally i added this custom CSS to improve the grid.
.pwb-brands-cols-outer {
display: flex!important;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}
.pwb-brands-cols-outer .pwb-brands-col3 {
width: 25%!important;
max-width: 25%!important;
flex-basis: 25%;
padding: 0px!important;
}
@media only screen and (max-width: 768px) {
.pwb-brands-cols-outer .pwb-brands-col3 {
width: 50%!important;
max-width: 50%!important;
flex-basis: 50%;
}
}
Its berried in the support logs but the link to the existing Shortcodes is here: https://github.com/titodevera/perfect-woocommerce-brands/wiki/Shortcodes
(I am just a user of the plugin) – GL!