How can I make speakers on the speakers page display on a line?

  1. Home
  2. Docs
  3. Vertoh
  4. Frequently Asked Question...
  5. How can I make speakers on the speakers page display on a line?

How can I make speakers on the speakers page display on a line?

Please follow the instruction below to make the speakers on the speakers page on a line:

1) Please don’t forget to take a backup of the file prior to any change.

2) Open wp-content -> themes -> vertoh ->speakers.php via FTP or Cpanel.

3) Search for the following line:

<div class=”col-xs-12 col-sm-6 col-md-3 col-centered col-fixed custom_speaker”>

4) Replace the above line with the following:

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

5) Update this file to the server.

6) Open wp-content -> themes -> vertoh -> css -> layout.css via FTP or Cpanel.

7) Add the following line at the end of the file.

.custom_speaker p.speaker-about {min-height:70px }

8) Then update the file.

 

Was this article helpful to you? Yes 1 No