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

    (@kreitje)

    Try adding a clearfix sort of thing.

    Try adding this to your themes style.css:

    .hms-testimonial-container:before,
    .hms-testimonial-container:after {
        content: " "; /* 1 */
        display: table; /* 2 */
    }
    
    .hms-testimonial-container:after {
        clear: both;
    }
    
    /**
     * For IE 6/7 only
     * Include this rule to trigger hasLayout and contain floats.
     */
    .hms-testimonial-container {
        *zoom: 1;
    }

    Hi Jeff and Mantasan,

    Is there also an option for alignment that doesn’t need coding? I can do this, but my clients can’t…

    And is there an option to make the image show above the name and additional info, like on this screenshot? It would also be nice to be able to show it as a circle.

    Plugin Author Jeff K

    (@kreitje)

    Hi,

    1. No. Unfortunately every theme works differently and this plugin is intended to give the owner maximum flexibility. This does make it a little harder to use but you should be able to style it almost any way you need where as some plugins dictate the design.

    2. You can edit the template you are using and make the image first in the Active Items list. (See one of your previous questions).

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘image and testimonial text is not align’ is closed to new replies.