Is it possible to make the speaker page tiles into a 4 column display instead of a 3 column display?

  1. Home
  2. Docs
  3. Khore
  4. Frequently Asked Question...
  5. Is it possible to make the speaker page tiles into a 4 column display instead of a 3 column display?

Is it possible to make the speaker page tiles into a 4 column display instead of a 3 column display?

1) Copy khore/components/templates/shortcodes/efcb_fullspeakers.php to khore-child/components/templates/shortcodes

2) Open khore-child/components/templates/shortcodes/efcb_fullspeakers.php

3) Around line number 20, you can find:

<div class=”col-xs-12 col-md-4 col-sm-6″>

4) Change this to:

<div class=”col-xs-12 col-md-3 col-sm-6″>

5) Save the file.

Was this article helpful to you? Yes No 1