Adding logo to Form Cover relocates other items

  • shw528
    Asked on June 10, 2015 at 11:06 AM

    When I add a logo to my Form Cover, it relocated my subtotal boxes.  Why?  How can I prevent this from happening?

     

    Adding logo to Form Cover relocates other items Image 1 Screenshot 20

  • Carina
    Replied on June 10, 2015 at 1:12 PM

    Please add this css code:

    #id_233, #id_227, #id_228, #id_229, #id_124, #id_142, #id_121 {

        left: 850px;

        position: relative;

    }

    Let us know if we can assist you further.