• Resolved Margriet

    (@margrietburorader)


    Hi,

    For a client I have created a form with several questions which will be answered by those who want to send a review. I have used the Text field for this.

    When displaying the review the texts are right aligned but need to be left aligned. What would be the most easy way to achieve this?

    Many thanks,
    Margriet | Buro RaDer

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @margrietburorader,

    Please add this code in Appearance > customize > Additional CSS:

    .strong-view.wpmtst-default .wpmtst-testimonial-field {
    	text-align: left;
    }

    Warmly,
    Mihaela

    Thread Starter Margriet

    (@margrietburorader)

    Unfortunately that does not work. Not even when using the important tag and not even when trying to make it ‘stronger’ to overwrite current css.

    Try this code instead:

    #main-content .entry-content .strong-view.wpmtst-default .wpmtst-testimonial-inner .wpmtst-testimonial-field {
    	text-align: left !important;
    }

    Warmly,
    Mihaela

    Thread Starter Margriet

    (@margrietburorader)

    Thanks so much – that works!

    Margriet | Buro RaDer

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Most easy way to have text lift align’ is closed to new replies.