PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Confirmation Box Styling

  1. R Chilton
    Member

    I've styled the confirmation box using a background image and some other styling and it worked perfectly. I just can not seem to get the text to align inside the box. Here is the code I've used and the site:

    http://www.invisalignok.com

    body #gforms_confirmation_message {
    text-align: left;
    width:267px;
    height:129px;
    background-image:url('http://www.invisalignok.com/wp-content/themes/Custom-Theme/Images/confirmation.png');
    background-repeat:no-repeat;
    background-color:transparent;
    border-style:none;
    z-index:3000;
    margin-top:50px;
    color:white;
    font-size:14px;
    vertical-align:text-top;

    }

    div#gforms_confirmation_message .gform_confirmation_message_1 {
    text-align: left;
    width:267px;
    height:129px;
    z-index:3000;
    margin-top:-30px;
    vertical-align:text-top;
    }

    Thanks

    Posted 12 years ago on Friday February 10, 2012 | Permalink
  2. Hi Whistlerworks,

    Were you still having an issue with this? It looks like you have since replaced the text with an image? If you'd like to use text please let me know and we'd be happy to help you get this styled.

    Posted 12 years ago on Wednesday February 15, 2012 | Permalink