Clients slider - muffin builder

Hi guys. how to increase the number of clients muffin builder client slider. Displays only 3 logos, no more. I can not find where to set more.

Comments

  • Hi,

    probably you have only 3 client`s logos or you selected to show logos from one category (not all) and this one can be changed while you edit item inside muffin builder.
  • I have 20+ client entries and the default showing is 4. There is no option to change this on the page where I added the slider and I did not see anything in the panel. Can you change this in the functions? If so, how would I increase the number shown?
  • Nevermind, I figured out how to do it with CSS. I added this to the Child Theme CSS:

    .clients li {
          width:170px !important;
    }

    Simply play with the width to get the look you want.
Sign In or Register to comment.