Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @melanie71,

    Sure thing!
    Please add this code in Appearance > Customize > Additional CSS:

    .strong-view.modern .testimonial-content p {
    	text-align: left;
    }

    All the best,
    Mihaela

    Thread Starter melanie71

    (@melanie71)

    Thanks Mihaela!

    Just trying to left align the Name as well – I’ve added the code below, but is there a way to indent so it’s directly underneath the content?

    .strong-view.modern .testimonial-field.testimonial-name {
    text-align: left;
    }

    Regards
    Melanie

    You can move the text underneath the text using this code:

    .strong-view.modern .testimonial-field.testimonial-name {
        padding-left: 53px;
    }

    Warmly,
    Mihaela

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Left Align Modern Template’ is closed to new replies.