Form width and background color

Comments

2 comments

  • Avatar
    Mario Oenning

    Hi,

    Try the following css:

     

    #formPreview
    {
    width: 60%;
    }

    #container
    {
    background-color: #000000;
    background-image: none;
    }

     

    regards,

    Mario

    0
    Comment actions Permalink
  • Avatar
    Nadia Segura

    Thanks @Mario, yes that worked perfectly. Thank you!

    0
    Comment actions Permalink

Please sign in to leave a comment.