Viewing 1 replies (of 1 total)
  • It looks like you have the top line of text outside the div where it should be:

    <div class="testimonials_area_top">
    <strong>Thank you for showing interest in West Cast Productions.</strong>
    </div>
    <div class="testimonials_area_bg">
    <h4>*THE CEO’S STORY*</h4>

    The above code should be:

    <div class="testimonials_area_top">
    </div>
    <div class="testimonials_area_bg">
    <strong>Thank you for showing interest in West Cast Productions.</strong>
    <h4>*THE CEO’S STORY*</h4>

Viewing 1 replies (of 1 total)
  • The topic ‘Line Spacing’ is closed to new replies.