Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeff K

    (@kreitje)

    Hi juansandro,

    Each testimonial is wrapped in a div with a class called hms-testimonial-container.
    Then each component is wrapped in an element usually a div. In the settings you can adjust the source between a blockquote and a div.

    Once thing you could do is give all the child divs a padding of 5px in your themes style.css.
    .hms-testimonial-container > div { padding-bottom:5px; }

    Here is an example of what the testimonial container looks like:

    <div class="hms-testimonial-container hms-testimonial-18 hms-testimonial-template-6">
    	<div class="testimonial">Testimonial content.</div>
    	<div class="url"><a rel="nofollow" href="http://google.com" target="_blank">http://google.com</a></div>
    	<div class="author">Test</div>
    	<div class="date"></div>
    </div>

    Thread Starter juansandro

    (@juansandro)

    Thank you!

    Above was useful apart of the fact that both testimonials on the side as a widget and in the content use same CSS.

    But I can live with that, thank you! 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to vertical space’ is closed to new replies.