Jotform iframe embed not centring SOS

  • tannercwc
    Asked on October 6, 2016 at 1:33 PM

    Hi

    We have inserted an iframe embed form into the black bar on homepage, however we are unable to properly centre it.

    Currently we have added some widths & padding to make it appear centred, however this is not working seamlessly throughout different sized screens.

    We are waiting to launch the site asap so a fast reply would be very much appreciated! :)

    URL: http://charonneruthglass.myshopify.com/
    FRONTEND PASSWORD IS: test

  • Welvin Support Team Lead
    Replied on October 6, 2016 at 4:39 PM

    Forms are centered by default but you have a custom CSS that's causing it to move to the left. I removed the following:

    .form-all {

        max-width : none !important;

    }

    You can now remove the right/left padding of the form on your page/post editor. I'll check the responsive layout and let you know for the adjustments.