Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #664691

    We would like to align the name and sub-text associated without testimonials with the rest of the testimonial, not centered or indented or whatever it is by default. So if we align the quote to the left, we would like the name, etc. to also align to the left right under it. Likewise, when we align our testimonial to the right we would like the Name, etc. to match that too. Is this possible?

    #664975

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #665095
    #665097

    Hi,

    There’s no way to do that because there’s no way to know when a text is left/center/right aligned via CSS, alternatively you could set a custom class to the testimonial element.

    Additionally if you just want to have the meta aligned to the left use the following:

    .avia-testimonial-meta {
        margin-left: 0;
    }

    Best regards,
    Josue

    #665100

    I think if we do this we will have to use a custom class – a variation on what you have sent above – and apply it to just the meta info. Thank you for your help!

    #665104

    Correct, you’re welcome.

    Regards,
    Josue.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.