Themia Theme - The Testimonial texts don't go to next line when it needs to

Discussion in 'Themia WordPress Theme' started by store2000, May 30, 2013.

  1. store2000

    store2000 New Member

    Joined:
    Feb 28, 2013
    Messages:
    3
    Likes Received:
    0
    Hi Themia programmers,

    When i enter the customers testimonials like this:

    Mark Case, Austin, TX: the service is very good and affordable, we highly recommend it.

    Tom, Gilbert, Buda, TX: the product is awesome, the service is great, will come back again.

    The display texts don't go to the next line between customers, like this:

    Mark Case, Austin, TX: the service is very good and affordable, we highly recommend it.Tom, Gilbert, Buda, TX: the product is awesome, the service is great, will come back again.

    How do we go to the next line between customers?

    Any insight is appreciated.

    Mr. Dinh
     
  2. inbold

    inbold New Member

    Joined:
    Apr 24, 2013
    Messages:
    20
    Likes Received:
    0
    I had the same issue a while back.

    Write it like this:

    <p> Your testimonial here </p>
    <p> Your testimonial here </p>

    For as many as you need.
    This will create a space between testimonials.
     
  3. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Use line break tag, were you want to change the line.

    For example

    Code:
    <br>
    This will solve your issue.
     

Share This Page