• Resolved alexgaga

    (@alexgaga)


    Подскажите, как в шорткоде [pwb-az-listing] сделать вывод названия брендов в 2 или 3 колонки? Сейчас выводится по умолчанию 4 колонки. Спасибо.

    ***
    Tell me how in the shortcode [pwb-az-listing] to infer brand names in 2 or 3 columns? Now 4 columns are displayed by default. Thank.

Viewing 1 replies (of 1 total)
  • Plugin Contributor titodevera

    (@titodevera)

    Hi alexgaga

    You can do it using some basic CSS rules, something like this:

    
    @media (min-width:992px){
      .pwb-az-listing-col{
        width:33.3333%!important;
      }
    }
    

    ??

Viewing 1 replies (of 1 total)
  • The topic ‘Вывод 2-3 колонок’ is closed to new replies.