Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #493740

    Hello,

    I need to adjust the contact form success submission text to center upon submit.

    It currently says “your message has been sent” but it’s aligned left.

    How would I go about adjusting this to center?

    #494144

    Hey!

    Try adding this code to the Quick CSS:

    .ajaxresponse{
        text-align: center;
    }

    Cheers! 
    Josue

    #494145

    Hi easeupjosh!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-form-success {
        text-align: center;
    }

    Regards,
    Yigit

    #494147

    Boom! Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Enfold (Portfolio)’ is closed to new replies.