• Resolved stzuzo

    (@stzuzo)


    Hello,

    I created a testimonial and didn’t fill all the fields – only the Client Name. The name is on the left. Can you please tell me how to move it to right? Thank you very much!

    It’s on this site https://infact.cz/reference/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor richardgabriel

    (@richardgabriel)

    Hey @stzuzo

    I was able to move it right by adding text-align: right; to the proper target, as follows:

    .easy_t_single_testimonial blockquote p span.testimonial-client {
        text-align: right;
    }

    You should be able to pop that into our plugin’s Custom CSS and you’ll be all set!

    Best,
    Richard

    Thread Starter stzuzo

    (@stzuzo)

    Works like charm. Thank you very much.

    Jakub

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